From 6f5951689e8c9bafa235a9f2c502172f4dcc574b Mon Sep 17 00:00:00 2001 From: lorenzhohermuth Date: Mon, 22 Jul 2024 21:40:59 +0200 Subject: [PATCH] removed supermaven --- lua/lorenz/init.lua | 1 - lua/lorenz/supermaven.lua | 14 -------------- 2 files changed, 15 deletions(-) delete mode 100644 lua/lorenz/supermaven.lua 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 -})