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:
commit
bde6083f22
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user