parent
698b646bed
commit
77ea3d89ee
2 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +0,0 @@
|
|||
return {
|
||||
'github/copilot.vim',
|
||||
}
|
||||
9
lua/custom/plugins/supermaven.lua
Normal file
9
lua/custom/plugins/supermaven.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
-- supermaven
|
||||
-- https://github.com/supermaven-inc/supermaven-nvim
|
||||
|
||||
return {
|
||||
'supermaven-inc/supermaven-nvim',
|
||||
config = function()
|
||||
require('supermaven-nvim').setup {}
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue