vimrc: secure modelines
This commit is contained in:
parent
f69ef652d5
commit
b2ad7384e9
4
vimrc
4
vimrc
@ -27,6 +27,8 @@ NeoBundle 'Shougo/unite.vim'
|
||||
NeoBundle 'tsukkee/unite-tag'
|
||||
NeoBundle 'Shougo/neomru.vim'
|
||||
|
||||
NeoBundle 'ciaranm/securemodelines'
|
||||
|
||||
NeoBundle 'nanotech/jellybeans.vim'
|
||||
NeoBundle 'majutsushi/tagbar'
|
||||
NeoBundle 'bling/vim-airline'
|
||||
@ -71,7 +73,7 @@ call neobundle#end()
|
||||
filetype plugin indent on
|
||||
|
||||
set tw=0 expandtab ts=8 sts=2 sw=2 sm ai si
|
||||
set ml mls=5 " scan 5 lines for modelines
|
||||
set noml mls=5 " scan 5 lines for modelines
|
||||
syn on " enable syntax highlighting
|
||||
set hls " highlight search
|
||||
set bg=dark " dark background
|
||||
|
Loading…
Reference in New Issue
Block a user