vimrc: disable the vim-sensible from polyglot
This commit is contained in:
parent
5a10e18094
commit
5ee7f1a392
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -1,5 +1,6 @@
|
|||
set nocompatible
|
||||
filetype off
|
||||
let g:polyglot_disabled = ['sensible'] " we disable vim-sensible from polyglot, as we want the real deal from tpope
|
||||
|
||||
" set the runtime path to include Vundle and initialize
|
||||
set rtp+=~/.vim/bundle/Vundle.vim
|
||||
|
|
Loading…
Reference in a new issue