trying to add languagetool
This commit is contained in:
parent
9f7b36bfb4
commit
64164f21cc
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -114,7 +114,7 @@ with lib;
|
|||
picom-jonaburg
|
||||
pamixer
|
||||
playerctl
|
||||
jellyfin-mpv-shim
|
||||
# jellyfin-mpv-shim
|
||||
pfetch
|
||||
macchina
|
||||
gimp
|
||||
|
|
|
@ -136,7 +136,8 @@
|
|||
# bindr = ALT,Alt_L,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,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,A,exec,alacritty --class pulsemixer -e pulsemixer
|
||||
bind = SUPERCTRL,i,exec,alacritty --class btop -e btop
|
||||
|
|
Loading…
Reference in a new issue