Vim: Enable modelines

This commit is contained in:
Salt 2018-05-17 22:24:57 -05:00
parent 2642047f4c
commit 1a1814151e

4
.vimrc
View File

@ -9,6 +9,10 @@ filetype plugin indent on
" Automatically read when a file is changed outside of Vim " Automatically read when a file is changed outside of Vim
set autoread set autoread
" Enable modelines
set modeline
set modelines=5
" Use XA_PRIMARY clipboard by default " Use XA_PRIMARY clipboard by default
set clipboard=unnamed set clipboard=unnamed