Switch from nvm to fnm, add lsps to nvim
This commit is contained in:
@@ -55,11 +55,8 @@ cloudflared: (apt "gdebi")
|
||||
nvim: (cargo "bob-nvim ripgrep tree-sitter-cli")
|
||||
bob use stable
|
||||
|
||||
node:
|
||||
#!/usr/bin/env bash
|
||||
PROFILE=/dev/null bash -c 'curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v1.40.1/install.sh | bash'
|
||||
source ~/.nvm/nvm.sh
|
||||
nvm install node
|
||||
node: (cargo "fnm")
|
||||
fnm install --lts
|
||||
|
||||
nix:
|
||||
sh <(curl -L https://nixos.org/nix/install) --daemon
|
||||
|
||||
Reference in New Issue
Block a user