trying to add languagetool

This commit is contained in:
Chris Cochrun 2023-04-07 06:02:16 -05:00
parent 9f7b36bfb4
commit 64164f21cc
3 changed files with 8 additions and 2 deletions

View file

@ -26,6 +26,9 @@ with lib;
which-key
exec-path-from-shell
no-littering
languagetool
flycheck-languagetool
flymake-languagetool
# tree-sitter
# tree-sitter-langs
rustic
@ -125,6 +128,8 @@ with lib;
use-package
esh-autosuggest
pkgs.mu
pkgs.openjdk
pkgs.languagetool
]));
defaultEditor = true;
};