vim: Move ftplugins into after/

All of these are meant as additions and should not override vims default
ftplugins.
This commit is contained in:
2020-11-23 02:07:38 +01:00
parent d85607e143
commit 423a786192
6 changed files with 0 additions and 0 deletions

View File

@@ -1,6 +0,0 @@
" Source config upon saving vim file.
" Group to avoid "exponential" reloading. See:
" https://stackoverflow.com/questions/2400264/is-it-possible-to-apply-vim-configurations-without-restarting
augroup vimrc_reload
autocmd! BufWritePost * source $MYVIMRC | echom "Reloaded" | redraw
augroup END