[nvim] Add missing neovim tools; Ignore more files;

This commit is contained in:
aloslider
2026-04-25 20:34:59 +03:00
parent 07524e0f94
commit 54d6a4935b
3 changed files with 11 additions and 1 deletions
@@ -7,12 +7,17 @@ set -euo pipefail
echo "Installing LSPs for Neovim..."
echo "Installing from npm..."
npm install -g --prefix ~/.local \
@vtsls/language-server \
@vue/language-server \
vscode-langservers-extracted
vscode-langservers-extracted \
prettier
echo "Installing from dotnet..."
dotnet tool install -g roslyn-language-server --prerelease
dotnet tool install -g csharpier
echo "Installing from pip..."
echo "Done"