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 | 3d89dec6c3f0df24c242ba31036b8632f9fdb7a2 (patch) | |
tree | 8aad9e2d628a8ba72c6070f5cb74438145020b83 /home | |
parent | f80d6a1c08b6d7bebd9071ab536ec38bc2efe3b1 (diff) |
vrc comment
Diffstat (limited to 'home')
-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 |