install lsp servers globally
This commit is contained in:
parent
ce4c54b5cf
commit
0fb4ffdc93
|
@ -51,7 +51,7 @@ install_node_deps () {
|
||||||
echo "npm not installed"
|
echo "npm not installed"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
npm install -g $@
|
sudo npm install -g $@
|
||||||
}
|
}
|
||||||
|
|
||||||
install_ts() {
|
install_ts() {
|
||||||
|
|
Loading…
Reference in New Issue