diff options
author | Yigit Sever | 2021-10-11 01:27:20 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-11 01:27:20 +0300 |
commit | dbccded76d83275ae2795d60ed85213e4648f970 (patch) | |
tree | 01161d1f102f1e209189289b0642895d8dc70820 /.config/nvim/after/plugin | |
parent | 16026289eca4f64a39f35bc9b93663d7b8c379e7 (diff) | |
download | dotfiles-dbccded76d83275ae2795d60ed85213e4648f970.tar.gz dotfiles-dbccded76d83275ae2795d60ed85213e4648f970.tar.bz2 dotfiles-dbccded76d83275ae2795d60ed85213e4648f970.zip |
neomutt: xyz to com and tmp
Diffstat (limited to '.config/nvim/after/plugin')
-rw-r--r-- | .config/nvim/after/plugin/autocmds.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/after/plugin/autocmds.vim b/.config/nvim/after/plugin/autocmds.vim index ae55046..6b95ad4 100644 --- a/.config/nvim/after/plugin/autocmds.vim +++ b/.config/nvim/after/plugin/autocmds.vim | |||
@@ -1,2 +1,4 @@ | |||
1 | " I don't know how to port this yet | 1 | " I don't know how to port this yet |
2 | autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif | 2 | autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif |
3 | |||
4 | autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=80 | ||