nvim lsp updates, ricing
This commit is contained in:
@@ -7,7 +7,8 @@ if not_installed "nvm"; then
|
||||
printf "Installing nvm...\n"
|
||||
|
||||
# Install nvm
|
||||
run "https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh" \
|
||||
mkdir -p $NVM_DIR
|
||||
run "https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh" \
|
||||
"bash"
|
||||
source "$NVM_DIR/nvm.sh"
|
||||
nvm alias default node
|
||||
|
||||
@@ -85,7 +85,6 @@ export -f clean update upgrade install install_file add_ppa add_key run \
|
||||
# ---------------------------------------------------------------------------- #
|
||||
# Shell colours
|
||||
# ---------------------------------------------------------------------------- #
|
||||
|
||||
C_BLACK='\033[0;30m'
|
||||
C_DGRAY='\033[1;30m'
|
||||
C_RED='\033[0;31m'
|
||||
|
||||
Reference in New Issue
Block a user