diff options
author | Cody Hiar <cody@hiar.ca> | 2022-06-21 17:36:15 -0600 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2022-06-21 17:36:15 -0600 |
commit | 4e307ac3c3c2c29b8a0f8536d0a9128db356e052 (patch) | |
tree | b62aeb21124c4d4eb74b4ab923f5634ab87e63fb /flake.nix | |
parent | 9e670e8bdee02b9b4c6be9f359ac8bd9f6174fde (diff) |
Add command to split paragraph lines
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; { |