1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Merge pull request #99 from jonghoonseo/master

Use node dir when already installed
This commit is contained in:
jdhao 2022-09-09 19:15:02 +08:00 committed by GitHub
commit bde6083f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,7 @@ if [[ -z "$(command -v node)" ]]; then
fi
else
echo "Node.js is already installed. Skip installing it."
NODE_DIR="$(realpath $(dirname $(which node))/..)"
fi
# Install vim-language-server