try blink.nvim instead of nvim-cmp

This commit is contained in:
Thomas Ruoff
2024-11-08 15:08:53 +01:00
parent 0ab84b5e7a
commit d8728b56e8
4 changed files with 85 additions and 112 deletions

View File

@@ -8,10 +8,10 @@ return {
panel = { enabled = false },
},
},
{
'zbirenbaum/copilot-cmp',
config = function()
require('copilot_cmp').setup()
end,
},
-- {
-- 'zbirenbaum/copilot-cmp',
-- config = function()
-- require('copilot_cmp').setup()
-- end,
-- },
}