diff options
author | Yigit Sever | 2021-10-08 13:50:04 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-08 13:50:04 +0300 |
commit | 1c0aa32806e097a2a0c30b760ae4cad481e758c6 (patch) | |
tree | 853e8f17dec94f0c42e88003b1d906abfb7f28ec /.config/nvim/after/plugin/autocmds.vim | |
parent | 484188c99b21e668f40b84b21d1b21f5b9ce8d9e (diff) | |
download | dotfiles-1c0aa32806e097a2a0c30b760ae4cad481e758c6.tar.gz dotfiles-1c0aa32806e097a2a0c30b760ae4cad481e758c6.tar.bz2 dotfiles-1c0aa32806e097a2a0c30b760ae4cad481e758c6.zip |
nvim: ported wiki functions
Diffstat (limited to '.config/nvim/after/plugin/autocmds.vim')
-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 new file mode 100644 index 0000000..ae55046 --- /dev/null +++ b/.config/nvim/after/plugin/autocmds.vim | |||
@@ -0,0 +1,2 @@ | |||
1 | " I don't know how to port this yet | ||
2 | autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif | ||