feat(vectorcode): add vectorcode config
This commit is contained in:
parent
0b4ae4a08f
commit
42426d8fd4
4
config/vectorcode/config.json5
Normal file
4
config/vectorcode/config.json5
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"host": "chroma",
|
||||
"port": "8000"
|
||||
}
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user