Files

8 lines
130 B
Lua

return {
"supermaven-inc/supermaven-nvim",
enabled = false,
config = function()
require("supermaven-nvim").setup({})
end,
}