Use supermaven, not copilot

This commit is contained in:
Albert Yu 2024-12-03 00:51:31 -05:00
parent 4b6b2165e0
commit 4eddd086ef
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +0,0 @@
return {
'github/copilot.vim',
}

View 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,
}