diff --git a/vimrc b/vimrc index 1277951..d881929 100644 --- a/vimrc +++ b/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