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