From 4e307ac3c3c2c29b8a0f8536d0a9128db356e052 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Tue, 21 Jun 2022 17:36:15 -0600 Subject: Add command to split paragraph lines --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index e790c72..faa181f 100644 --- a/flake.nix +++ b/flake.nix @@ -51,6 +51,8 @@ lua << EOF ${pkgs.lib.readFile ./init.lua} EOF + " lua doesn't like the special characters + nnoremap pl vap:s/[.!?] */& /g :noh let g:languagetool_server_command = '${languagetool}/bin/languagetool-http-server' ''; packages.myPlugins = with vimPlugins; { -- cgit v1.2.3