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

View file

@ -114,7 +114,7 @@ with lib;
picom-jonaburg picom-jonaburg
pamixer pamixer
playerctl playerctl
jellyfin-mpv-shim # jellyfin-mpv-shim
pfetch pfetch
macchina macchina
gimp gimp

View file

@ -136,7 +136,8 @@
# bindr = ALT,Alt_L,exec,/home/chris/bin/window.sh # bindr = ALT,Alt_L,exec,/home/chris/bin/window.sh
bind = SUPER,w,exec,/home/chris/bin/window.sh bind = SUPER,w,exec,/home/chris/bin/window.sh
bind = SUPER,E,exec,/home/chris/bin/emacslof bind = SUPER,E,exec,/home/chris/bin/emacslof
bind = SUPER,d,exec,emacsclient -c -e '(dired-jump)' bind = SUPER,d,exec,emacsclient -c -e '(chris/dired-open-wm)'
bind = SUPER,v,exec,emacsclient -c -e '(chris/dired-open-videos)'
bind = SUPER,B,exec,/home/chris/bin/fflof bind = SUPER,B,exec,/home/chris/bin/fflof
bind = SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer bind = SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer
bind = SUPERCTRL,i,exec,alacritty --class btop -e btop bind = SUPERCTRL,i,exec,alacritty --class btop -e btop