vimrc: disable the vim-sensible from polyglot

This commit is contained in:
Tobias Schmidl 2021-05-25 09:00:01 +02:00
parent 5a10e18094
commit 5ee7f1a392

1
.vimrc
View file

@ -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