From 9c3079e6a6d670dd02b8bd6a4d332436887557de Mon Sep 17 00:00:00 2001 From: Mats Pfeiffer Date: Thu, 7 Mar 2024 21:27:02 +0100 Subject: [PATCH] [arch] Add language server packages --- .arch/bootstrap | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.arch/bootstrap b/.arch/bootstrap index f9a2f19..35b8fb0 100755 --- a/.arch/bootstrap +++ b/.arch/bootstrap @@ -40,6 +40,7 @@ yay -S --needed --noconfirm \ rustup \ go \ tinygo \ + # includes language server dart \ nodejs \ npm \ @@ -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' @@ -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