Nvim: switch from nvim-cmp to epo
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user