Add supermaven
This commit is contained in:
parent
d4da4aa402
commit
64f478a0ec
|
@ -1,3 +1,4 @@
|
||||||
|
.supermaven
|
||||||
tags
|
tags
|
||||||
test.sh
|
test.sh
|
||||||
.luarc.json
|
.luarc.json
|
||||||
|
|
6
init.lua
6
init.lua
|
@ -340,6 +340,12 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
'supermaven-inc/supermaven-nvim',
|
||||||
|
config = function()
|
||||||
|
require('supermaven-nvim').setup {}
|
||||||
|
end,
|
||||||
|
},
|
||||||
-- NOTE: Plugins can specify dependencies.
|
-- NOTE: Plugins can specify dependencies.
|
||||||
--
|
--
|
||||||
-- The dependencies are proper plugin specifications as well - anything
|
-- The dependencies are proper plugin specifications as well - anything
|
||||||
|
|
Loading…
Reference in New Issue