diff options
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,7 @@ lua << EOF ${pkgs.lib.readFile ./init.lua} EOF + let g:languagetool_server_command = '${languagetool}/bin/languagetool-http-server' ''; packages.myPlugins = with vimPlugins; { start = [ @@ -86,6 +87,7 @@ vim-oscyank ack-vim vim-angry-reviewer + LanguageTool-nvim ]; }; }; @@ -112,6 +114,7 @@ shellcheck hadolint nixfmt + languagetool ] } makeWrapper ${myneovim}/bin/nvim $out/bin/nvim --prefix PATH : $BINPATH |