summaryrefslogtreecommitdiff
path: root/archsetup
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-02 12:28:52 -0600
committerCraig Jennings <c@cjennings.net>2026-02-02 12:28:52 -0600
commit819180b90fae4ff99d5aacaa90acc4057a78d998 (patch)
treeee038ac37b00ee1ad04aa4272f29b6620c8df6f8 /archsetup
parent0dc9acbb71534a9490601112a0c056c60293599a (diff)
feat(archsetup): add languagetool for Emacs grammar checking
Integrates with Flycheck for real-time grammar/style checking
Diffstat (limited to 'archsetup')
-rwxr-xr-xarchsetup1
1 files changed, 1 insertions, 0 deletions
diff --git a/archsetup b/archsetup
index c7903d8..2cbfaae 100755
--- a/archsetup
+++ b/archsetup
@@ -1777,6 +1777,7 @@ developer_workstation() {
pacman_install python-lsp-server # python language support
pacman_install rlwrap # adds readline support to programs (SBCL-related)
pacman_install sdcv # stardict dictionary system
+ pacman_install languagetool # grammar/style checker for flycheck
pacman_install deno # JS runtime for yt-dlp YouTube extraction
pipx_install yt-dlp # video download (pipx keeps it current)