feat(vectorcode): add vectorcode config

This commit is contained in:
João Paulo Dubas 2025-05-07 11:35:43 +00:00
parent 0b4ae4a08f
commit 42426d8fd4
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"host": "chroma",
"port": "8000"
}

View File

@ -27,6 +27,7 @@ services:
- './config/starship:/home/coder/.config/starship' - './config/starship:/home/coder/.config/starship'
- './config/tmux:/home/coder/.config/tmux' - './config/tmux:/home/coder/.config/tmux'
- './config/tmuxp:/home/coder/.config/tmuxp' - './config/tmuxp:/home/coder/.config/tmuxp'
- './config/vectorcode:/home/coder/.config/vectorcode'
- 'home_cache:/home/coder/.cache' - 'home_cache:/home/coder/.cache'
- 'home_local_share:/home/coder/.local/share' - 'home_local_share:/home/coder/.local/share'
- 'home_local_state:/home/coder/.local/state' - 'home_local_state:/home/coder/.local/state'