diff --git a/home/.vimrc b/home/.vimrc index 8fc72e7..4e7b81e 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -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