Skip to content

Commit 09d4026

Browse files
Disable supermaven inline completion plugin (#16)
1 parent 550a68f commit 09d4026

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lua/plugins/supermaven-plugin.lua

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
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,
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,
1212
}

0 commit comments

Comments
 (0)