[chore] update some lsp stuff and link config files

This commit is contained in:
Daveanand Mannie
2025-12-21 17:57:53 -05:00
parent 800e892b6e
commit aece909028
8 changed files with 17 additions and 31 deletions

View File

@@ -110,3 +110,7 @@ export PATH="$HOME/.cargo/bin:$PATH"
export GOPATH=$HOME/workspace/go-tools
export GOBIN=$GOPATH/bin
export PATH="$GOBIN:/usr/local/go/bin:$PATH"
# node / js / nvm
export NVM_DIR="$HOME/workspace/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"