Vim: Enable modelines
This commit is contained in:
parent
2642047f4c
commit
1a1814151e
4
.vimrc
4
.vimrc
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user