diff --git a/lua/custom/plugins/copilot.lua b/lua/custom/plugins/copilot.lua new file mode 100644 index 00000000..1a804873 --- /dev/null +++ b/lua/custom/plugins/copilot.lua @@ -0,0 +1,3 @@ +return { + 'github/copilot.vim', +} diff --git a/lua/custom/plugins/supermaven.lua b/lua/custom/plugins/supermaven.lua deleted file mode 100644 index a2b23fbf..00000000 --- a/lua/custom/plugins/supermaven.lua +++ /dev/null @@ -1,9 +0,0 @@ --- supermaven --- https://github.com/supermaven-inc/supermaven-nvim - -return { - 'supermaven-inc/supermaven-nvim', - config = function() - require('supermaven-nvim').setup {} - end, -}