aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2022-06-21 17:36:15 -0600
committerCody Hiar <cody@hiar.ca>2022-06-21 17:36:15 -0600
commit4e307ac3c3c2c29b8a0f8536d0a9128db356e052 (patch)
treeb62aeb21124c4d4eb74b4ab923f5634ab87e63fb
parent9e670e8bdee02b9b4c6be9f359ac8bd9f6174fde (diff)
Add command to split paragraph lines
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
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 <leader>pl vap:s/[.!?] */& /g :noh
let g:languagetool_server_command = '${languagetool}/bin/languagetool-http-server'
'';
packages.myPlugins = with vimPlugins; {