Not an issue as such. Does anyone have a working configuration sample for cmp-ai plugin working with NVChad? I haven't been able to get this working, and would appreciate any "best practices".
I believe I need to:
-
Install and setup plugins in /lua/plugins/init.lua:
{'tzachar/cmp-ai', dependencies = 'nvim-lua/plenary.nvim'},
This one-liner seems to work fine
-
A step to configure cmp-ai to use a specific external AI source (e.g. Codestral) in /lua/configs/cmp-ai.lua?
-
A step that involves nvm-cmp sources override? I assume also a file in /lua/configs/nvim-cmp.lua
Much appreciated!
Not an issue as such. Does anyone have a working configuration sample for cmp-ai plugin working with NVChad? I haven't been able to get this working, and would appreciate any "best practices".
I believe I need to:
Install and setup plugins in /lua/plugins/init.lua:
{'tzachar/cmp-ai', dependencies = 'nvim-lua/plenary.nvim'},
This one-liner seems to work fine
A step to configure cmp-ai to use a specific external AI source (e.g. Codestral) in /lua/configs/cmp-ai.lua?
A step that involves nvm-cmp sources override? I assume also a file in /lua/configs/nvim-cmp.lua
Much appreciated!