Use supermaven, not copilot
This commit is contained in:
parent
4b6b2165e0
commit
4eddd086ef
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