diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-02 12:28:52 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-02 12:28:52 -0600 |
| commit | 819180b90fae4ff99d5aacaa90acc4057a78d998 (patch) | |
| tree | ee038ac37b00ee1ad04aa4272f29b6620c8df6f8 /archsetup | |
| parent | 0dc9acbb71534a9490601112a0c056c60293599a (diff) | |
feat(archsetup): add languagetool for Emacs grammar checking
Integrates with Flycheck for real-time grammar/style checking
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
