mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
perf(supermaven): load it lazily
This commit is contained in:
parent
28d3ee4970
commit
3027a21461
1 changed files with 13 additions and 0 deletions
|
|
@ -1,6 +1,19 @@
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"supermaven-inc/supermaven-nvim",
|
"supermaven-inc/supermaven-nvim",
|
||||||
|
event = "InsertEnter",
|
||||||
|
cmd = {
|
||||||
|
"SupermavenStart",
|
||||||
|
"SupermavenStop",
|
||||||
|
"SupermavenRestart",
|
||||||
|
"SupermavenToggle",
|
||||||
|
"SupermavenStatus",
|
||||||
|
"SupermavenUseFree",
|
||||||
|
"SupermavenUsePro",
|
||||||
|
"SupermavenLogout",
|
||||||
|
"SupermavenShowLog",
|
||||||
|
"SupermavenClearLog",
|
||||||
|
},
|
||||||
opts = {
|
opts = {
|
||||||
keymaps = {
|
keymaps = {
|
||||||
accept_suggestion = nil, -- handled by nvim-cmp / blink.cmp
|
accept_suggestion = nil, -- handled by nvim-cmp / blink.cmp
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue