diff options
| author | Craig Jennings <c@cjennings.net> | 2026-08-25 05:53:46 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-08-25 05:53:46 -0600 |
| commit | 03d044d573022eb156ee1b34f7f8df7a278d116a (patch) | |
| tree | d5323bd7633b66cba5d835ec23e773f3031b184f | |
| parent | 6a2e98532eeba34609d432b25b8a6664bbb34256 (diff) | |
| download | archsetup-03d044d573022eb156ee1b34f7f8df7a278d116a.tar.gz archsetup-03d044d573022eb156ee1b34f7f8df7a278d116a.zip | |
feat(install): install bash-language-server with the shell tools
prog-shell.el warns at every Emacs start when the server is absent, and nothing installed it: shellcheck and shfmt were in the script, this one only had a manual npm note in the module header. Arch ships it in extra, so it goes in beside them as a pacman package and survives the next rebuild.
| -rwxr-xr-x | archsetup | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3018,6 +3018,7 @@ install_programming_languages() { # Shell pacman_install shellcheck # Shell script linter pacman_install shfmt # Shell script formatter + pacman_install bash-language-server # Bash language server; prog-shell.el warns at every start without it # Go pacman_install delve # Go programming language debugger |
