add autoreload vimrc

This commit is contained in:
Thomas Ruoff
2015-02-15 23:53:09 +01:00
parent cc233fa5c5
commit bdd8a04576

3
vimrc
View File

@@ -66,6 +66,9 @@ NeoBundleCheck
" other stuff
"" reload when vim config changes
autocmd! bufwritepost .vimrc source %
"" Encoding
set encoding=utf-8
set fileencoding=utf-8