new theme + plugins

This commit is contained in:
Harivansh Rathi 2025-10-25 21:52:45 -04:00
parent a8610285c6
commit 675652a4b7
5 changed files with 154 additions and 8 deletions

View file

@ -0,0 +1,19 @@
return {
"supermaven-inc/supermaven-nvim",
event = "InsertEnter",
opts = {
keymaps = {
accept_suggestion = "<Tab>",
clear_suggestion = "<C-]>",
accept_word = "<C-j>",
},
ignore_filetypes = { "gitcommit", "TelescopePrompt" },
color = {
suggestion_color = "#808080",
cterm = 244,
},
log_level = "info",
disable_inline_completion = false,
disable_keymaps = false,
},
}