feat(nvim): move from avante to codecompanion (#222)

Change the AI tool from [avante][0] to [codecompanion][1] to check if it's a better alternative.

Also, install additional tools such as:

* [mcphub][2]
* [vectorcode][3]

These should improve the experience with AI tooling.

Reviewed-on: #222

[0]: https://github.com/yetone/avante.nvim
[1]: https://codecompanion.olimorris.dev/
[2]: https://github.com/ravitemer/mcphub.nvim
[3]: https://github.com/Davidyz/VectorCode
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
2025-05-07 11:39:51 +00:00
committed by João Paulo Dubas
parent 44757c8919
commit 44eca8b20d
5 changed files with 168 additions and 120 deletions

View File

@@ -21,11 +21,13 @@ services:
volumes:
- './config/atuin:/home/coder/.config/atuin'
- './config/git:/home/coder/.config/git'
- './config/mcphub:/home/coder/.config/mcphub'
- './config/mise:/home/coder/.config/mise'
- './config/nvim/lua/custom:/home/coder/.config/nvim/lua/custom'
- './config/starship:/home/coder/.config/starship'
- './config/tmux:/home/coder/.config/tmux'
- './config/tmuxp:/home/coder/.config/tmuxp'
- './config/vectorcode:/home/coder/.config/vectorcode'
- 'home_cache:/home/coder/.cache'
- 'home_local_share:/home/coder/.local/share'
- 'home_local_state:/home/coder/.local/state'
@@ -42,7 +44,7 @@ services:
volumes:
- 'chroma_data:/data'
ports:
- '${IDE_CHROMA_PORT:-8000}'
- '${IDE_CHROMA_PORT:-18000:8000}'
volumes:
home_cache: {}