Switch from nvm to fnm, add lsps to nvim

This commit is contained in:
2025-02-23 21:16:15 -05:00
parent 9b9961edee
commit c1adcc3ebb
6 changed files with 51 additions and 51 deletions

View File

@@ -13,8 +13,8 @@ export VISUAL="nvim"
[ -d "$HOME/.local/share/bob" ] && export PATH="$PATH:$HOME/.local/share/bob/nvim-bin"
# cargo
[ -d "$HOME/.cargo" ] && . "$HOME/.cargo/env"
# nvm (https://github.com/nvm-sh/nvm?tab=readme-ov-file#install--update-script)
[ -d "$HOME/.nvm" ] && . "$HOME/.nvm/nvm.sh" # This loads nvm
fnm=$(which fnm)
[ "" != "$fnm" ] && eval "$(fnm env --use-on-cd --shell zsh)"
[ -d "$HOME/.nix-profile" ] && . $HOME/.nix-profile/etc/profile.d/nix.sh
[ -d "$HOME/.pixi" ] && export PATH="$HOME/.pixi/bin:$PATH"