9 lines
184 B
Lua
9 lines
184 B
Lua
-- supermaven
|
|
-- https://github.com/supermaven-inc/supermaven-nvim
|
|
|
|
return {
|
|
'supermaven-inc/supermaven-nvim',
|
|
config = function()
|
|
require('supermaven-nvim').setup {}
|
|
end,
|
|
}
|