From fe5d28c2ab20bebc1ff8ab4d45ae1fa88e453965 Mon Sep 17 00:00:00 2001 From: exu Date: Sun, 30 Jun 2024 10:58:32 +0200 Subject: [PATCH] Add vscode-css-languageserver for css support --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 2dcd95c0..b94ddbd7 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -193,7 +193,7 @@ for choice in $choices; do in_doomemacs=1 # TODO sort pacman and AUR packages # pychecker not in AUR anymore - printf '%s\n' 'git' 'emacs-wayland' 'ripgrep' 'fd' 'pandoc' 'shellcheck' 'python-pipenv' 'python-isort' 'python-pytest' 'python-rednose' 'pychecker' 'texlive-core' 'pyright' 'python-grip' 'prettier' 'shfmt' >>"$setupdir/aurselectedpkgs.txt" + printf '%s\n' 'git' 'emacs-wayland' 'ripgrep' 'fd' 'pandoc' 'shellcheck' 'python-pipenv' 'python-isort' 'python-pytest' 'python-rednose' 'pychecker' 'texlive-core' 'pyright' 'python-grip' 'prettier' 'shfmt' 'vscode-css-languageserver' >>"$setupdir/aurselectedpkgs.txt" # TODO handle rest of installation ;; 10)