diff --git a/lua/lorenz/init.lua b/lua/lorenz/init.lua index 54710bf..5d66052 100644 --- a/lua/lorenz/init.lua +++ b/lua/lorenz/init.lua @@ -10,4 +10,3 @@ require("lorenz.harpoon") require("lorenz.lualine") require("lorenz.coc") require("lorenz.eslint") -require("lorenz.supermaven") diff --git a/lua/lorenz/supermaven.lua b/lua/lorenz/supermaven.lua deleted file mode 100644 index 3104408..0000000 --- a/lua/lorenz/supermaven.lua +++ /dev/null @@ -1,14 +0,0 @@ -require("supermaven-nvim").setup({ - keymaps = { - accept_suggestion = "", - clear_suggestion = "", - accept_word = "", - }, - ignore_filetypes = { cpp = true }, - color = { - suggestion_color = "#ffffff", - cterm = 244, - }, - disable_inline_completion = false, -- disables inline completion for use with cmp - disable_keymaps = false -- disables built in keymaps for more manual control -})