feat: add supermaven

This commit is contained in:
Simon Lasbrugnas 2025-06-23 18:50:50 +02:00
parent 7fb99fccc4
commit f8ab09ba88
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -0,0 +1,6 @@
return {
"supermaven-inc/supermaven-nvim",
config = function()
require("supermaven-nvim").setup({})
end,
}