Merge pull request #825 from alanyee/master

Update vimrc
This commit is contained in:
Luiz Gonzaga dos Santos Filho
2020-03-14 10:50:16 -07:00
committed by GitHub

4
vimrc
View File

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