Use supermaven, not copilot
This commit is contained in:
parent
4b6b2165e0
commit
4eddd086ef
|
|
@ -1,3 +0,0 @@
|
||||||
return {
|
|
||||||
'github/copilot.vim',
|
|
||||||
}
|
|
||||||
|
|
@ -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…
Reference in New Issue