From 73d12881f9411b07f109e94e77d25561908ac024 Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 14 May 2021 22:27:38 +0000 Subject: [PATCH] Install packages --- install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.py b/install.py index dbf9403..08b8e2d 100644 --- a/install.py +++ b/install.py @@ -39,6 +39,7 @@ dependencies = [ 'pacman-contrib', 'pulseaudio-alsa', 'ripgrep', + 'rust-analyzer', 'rustup', 'stow', 'tree', @@ -53,6 +54,7 @@ dependencies_aur = [ 'all-repository-fonts', 'ats2-postiats', 'awesome-git', + 'bash-language-server', 'direnv', 'neovim-git', 'plover-git',