|
|
|
@ -340,6 +340,12 @@ require('lazy').setup({
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
'supermaven-inc/supermaven-nvim',
|
|
|
|
|
config = function()
|
|
|
|
|
require('supermaven-nvim').setup {}
|
|
|
|
|
end,
|
|
|
|
|
},
|
|
|
|
|
-- NOTE: Plugins can specify dependencies.
|
|
|
|
|
--
|
|
|
|
|
-- The dependencies are proper plugin specifications as well - anything
|
|
|
|
|