perf(supermaven): remove unessacary event commands

This commit is contained in:
manuuurino 2024-12-19 15:39:22 +01:00
parent 3027a21461
commit 0bd16b4ac7

View file

@ -3,16 +3,8 @@ return {
"supermaven-inc/supermaven-nvim", "supermaven-inc/supermaven-nvim",
event = "InsertEnter", event = "InsertEnter",
cmd = { cmd = {
"SupermavenStart",
"SupermavenStop",
"SupermavenRestart",
"SupermavenToggle",
"SupermavenStatus",
"SupermavenUseFree", "SupermavenUseFree",
"SupermavenUsePro", "SupermavenUsePro",
"SupermavenLogout",
"SupermavenShowLog",
"SupermavenClearLog",
}, },
opts = { opts = {
keymaps = { keymaps = {