Update vimrc

Disable modelines as a security precaution
This commit is contained in:
Alan Yee
2019-07-20 20:24:04 -07:00
committed by GitHub
parent a4e9d17a26
commit 0d7bdb4169

4
vimrc
View File

@@ -113,5 +113,9 @@ set hlsearch " Highlight searches by default
set ignorecase " Ignore case when searching...
set smartcase " ...unless we type a capital
" ================ Security ==========================
set modelines=0
set nomodeline
" ================ Custom Settings ========================
so ~/.yadr/vim/settings.vim