Add modeline setting to vimrc
This commit is contained in:
parent
c98a5f7480
commit
cef7ab4269
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user