1
0

Add modeline setting to vimrc

This commit is contained in:
Noah 2015-06-17 19:20:10 +00:00
parent c98a5f7480
commit cef7ab4269

View File

@ -23,6 +23,7 @@ set showcmd " display incomplete commands
set ttyfast " smoother changes
set autowrite " automatic saving when quitting and switching buffer
set autoread " automatic read when file is modified from outside
set modeline " process modelines in files
syntax on " syntax highlighting
" Leader Key