feat(vectorcode): add vectorcode config

This commit is contained in:
2025-05-07 11:35:43 +00:00
parent 0b4ae4a08f
commit 42426d8fd4
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/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'