feat: add supermaven
This commit is contained in:
parent
7fb99fccc4
commit
f8ab09ba88
1 changed files with 6 additions and 0 deletions
6
lua/custom/plugins/supermaven.lua
Normal file
6
lua/custom/plugins/supermaven.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
"supermaven-inc/supermaven-nvim",
|
||||||
|
config = function()
|
||||||
|
require("supermaven-nvim").setup({})
|
||||||
|
end,
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue