diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-07-03 00:26:46 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-07-11 00:37:25 -0700 |
commit | 5cbfb7729af3f2ca03385257275a10c38d11ddac (patch) | |
tree | 0ff68743be55276bf3d62ead7cc01e3935303a84 | |
parent | 07df571fe12fd015a5a2a3388d3e736e650fb8b9 (diff) |
vrc comment
-rw-r--r-- | home/xyz/.config/nvim/init.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index f40714d3..18f5dadc 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -92,7 +92,8 @@ augroup mycmd " https://stackoverflow.com/q/28310094 multi filetypes " for alerting me plain text email characters per line " neomutt auto set new email filetype as mail so this will work - " https://stackoverflow.com/q/2290016 suggest gitcommit main body shouldbe about 72 + " /usr/share/nvim/runtime/ftplugin/mail.vim default textwidth 72 + " https://stackoverflow.com/q/2290016 suggest gitcommit main body should be about 72 " https://useplaintext.email/ suggest 72 " https://mailformat.dan.info/body/linelength.html suggested 65 "" https://superuser.com/q/827647/1282809 |