Have supermaven off by default so I can learn to code
This commit is contained in:
@ -75,6 +75,9 @@ require("lazy").setup({
|
||||
accept_word = '<C-.>',
|
||||
},
|
||||
disable_inline_completion = false, -- for cmp
|
||||
condition = function()
|
||||
return true
|
||||
end,
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
Reference in New Issue
Block a user