Revert "Use supermaven, not copilot"

This reverts commit 4eddd086ef.
This commit is contained in:
Albert Yu 2025-03-18 22:09:23 -04:00
parent 4eddd086ef
commit 76d5017127
2 changed files with 3 additions and 9 deletions

View File

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

View File

@ -1,9 +0,0 @@
-- supermaven
-- https://github.com/supermaven-inc/supermaven-nvim
return {
'supermaven-inc/supermaven-nvim',
config = function()
require('supermaven-nvim').setup {}
end,
}