From 15503506e2bc8a925b960764c5b1c9a3de98d38b Mon Sep 17 00:00:00 2001 From: Oscar Pinochet Date: Mon, 4 Nov 2024 11:40:14 -0300 Subject: [PATCH] change super maven for copilot --- init.lua | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 19450100..a04b03e4 100644 --- a/init.lua +++ b/init.lua @@ -331,11 +331,14 @@ require('lazy').setup({ -- you do for a plugin at the top level, you can do for a dependency. -- -- Use the `dependencies` key to specify the dependencies of a particular plugin + -- { + -- 'supermaven-inc/supermaven-nvim', + -- config = function() + -- require('supermaven-nvim').setup {} + -- end, + -- }, { - 'supermaven-inc/supermaven-nvim', - config = function() - require('supermaven-nvim').setup {} - end, + 'github/copilot.vim', }, { -- Fuzzy Finder (files, lsp, etc) 'nvim-telescope/telescope.nvim', @@ -828,7 +831,7 @@ require('lazy').setup({ { name = 'path' }, { name = 'gopls' }, { name = 'rust_analyzer' }, - { name = 'supermaven' }, + -- { name = 'supermaven' }, }, } end,