summaryrefslogtreecommitdiffstats
path: root/.config/nvim
diff options
context:
space:
mode:
authorYigit Sever2021-10-11 01:27:20 +0300
committerYigit Sever2021-10-11 01:27:20 +0300
commitdbccded76d83275ae2795d60ed85213e4648f970 (patch)
tree01161d1f102f1e209189289b0642895d8dc70820 /.config/nvim
parent16026289eca4f64a39f35bc9b93663d7b8c379e7 (diff)
downloaddotfiles-dbccded76d83275ae2795d60ed85213e4648f970.tar.gz
dotfiles-dbccded76d83275ae2795d60ed85213e4648f970.tar.bz2
dotfiles-dbccded76d83275ae2795d60ed85213e4648f970.zip
neomutt: xyz to com and tmp
diffstat (limited to '.config/nvim')
-rw-r--r--.config/nvim/after/plugin/autocmds.vim2
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
2autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif 2autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif
3
4autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=80