We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550a68f commit 09d4026Copy full SHA for 09d4026
lua/plugins/supermaven-plugin.lua
@@ -1,12 +1,12 @@
1
return {
2
- "supermaven-inc/supermaven-nvim",
3
- config = function()
4
- require("supermaven-nvim").setup({
5
- keymaps = {
6
- accept_word = "<C-RIGHT>",
7
- accept_suggestion = "<C-j>"
8
- },
9
- disable_inline_completion = false,
10
- })
11
- end,
+ -- "supermaven-inc/supermaven-nvim",
+ -- config = function()
+ -- require("supermaven-nvim").setup({
+ -- keymaps = {
+ -- accept_word = "<C-RIGHT>",
+ -- accept_suggestion = "<C-j>"
+ -- },
+ -- disable_inline_completion = false,
+ -- })
+ -- end,
12
}
0 commit comments