From 1cb2da4649d8b5de542f793cd9ff91955ee96519 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sun, 12 Jun 2022 15:15:51 -0600 Subject: Add languagetool --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index a062e6d..e790c72 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.2.3