Skip to content

Commit

Permalink
[arch] Add language server packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Mar 7, 2024
1 parent b4cc86e commit 9c3079e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .arch/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ yay -S --needed --noconfirm \
rustup \
go \
tinygo \
# includes language server
dart \
nodejs \
npm \
Expand All @@ -48,6 +49,15 @@ yay -S --needed --noconfirm \
python-pip \
wasmer \
protobuf \
# language server
# lua
lua-language-server \
# python
pyright \
# tailwindcss
tailwindcss-language-server \
# html, css, eslint, json
vscode-langservers-extracted \
&> /dev/null

echo 'configuring programming languages \n'
Expand All @@ -58,6 +68,7 @@ go install google.golang.org/protobuf/cmd/protoc-gen-go@latest &> /dev/null
dart pub global activate protoc_plugin &> /dev/null
# rust
rustup default stable &> /dev/null
## language server for rust
rustup component add rls rust-analysis rust-src &> /dev/null

# developer environment
Expand Down

0 comments on commit 9c3079e

Please sign in to comment.