Add more mail related config
This commit is contained in:
parent
3948c77b1f
commit
fb2da18057
2 changed files with 8 additions and 0 deletions
6
symlinks/config/nvim/after/ftplugin/mail.vim
Normal file
6
symlinks/config/nvim/after/ftplugin/mail.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
setlocal textwidth=72
|
||||
setlocal formatoptions+=n
|
||||
setlocal shiftwidth=4
|
||||
setlocal tabstop=4
|
||||
setlocal expandtab
|
||||
setlocal softtabstop=4
|
|
@ -37,3 +37,5 @@
|
|||
rebase = false
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[sendemail]
|
||||
annotate = yes
|
||||
|
|
Loading…
Add table
Reference in a new issue