Have supermaven off by default so I can learn to code

This commit is contained in:
2024-09-28 09:26:45 -05:00
parent e7d82fcbee
commit e3b19cc60c
4 changed files with 5 additions and 2 deletions

View File

@ -75,6 +75,9 @@ require("lazy").setup({
accept_word = '<C-.>',
},
disable_inline_completion = false, -- for cmp
condition = function()
return true
end,
})
end,
},