forked from dineshsalunke/nvim-config
10 lines
180 B
Lua
10 lines
180 B
Lua
return {
|
|
{
|
|
enabled = true,
|
|
"supermaven-inc/supermaven-nvim",
|
|
config = function()
|
|
require("supermaven-nvim").setup({})
|
|
end,
|
|
},
|
|
}
|