Nvim: switch from nvim-cmp to epo

This commit is contained in:
Robert Kmieć
2024-05-23 00:13:18 +02:00
parent 6cfad76308
commit 063a693f19
4 changed files with 24 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
return {
{ 'tzachar/cmp-ai', dependencies = 'nvim-lua/plenary.nvim'},
{ 'petertriho/cmp-git'},
{ 'tzachar/cmp-ai', dependencies = 'nvim-lua/plenary.nvim', enabled = false},
{ 'petertriho/cmp-git', enabled = false},
{
'hrsh7th/nvim-cmp',
dependencies = {
@@ -152,6 +152,7 @@ return {
})
require("cmp_git").setup()
end
end,
enabled = false
}
}