Reapply "Use supermaven, not copilot"

This reverts commit 76d5017127.
This commit is contained in:
Albert Yu 2025-05-12 22:01:16 -04:00
parent 698b646bed
commit 77ea3d89ee
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,
}