diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-07-03 00:26:46 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-07-03 00:26:46 -0700 |
commit | 069e84adc3cf4f65eb647863efecccb8837f0b88 (patch) | |
tree | ee0296a0f008738d80d68941da3f21d56497fe7d | |
parent | 133e8620a6a9a41cbb8fcc8c138169a610fa1111 (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 |