trying to add languagetool
This commit is contained in:
parent
9f7b36bfb4
commit
64164f21cc
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue