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 | 9b9aaf19eb3e6df6ceadfeed274081584eae018f (patch) | |
tree | 2e7fb27969bfbdcc5ea89f8608da63414369dd46 | |
parent | b5a78a01b75ce5547c8808fe34424fcbd8d3bc18 (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 |