From 5ee7f1a392b13383a831e2d820904923d8378f9c Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 25 May 2021 09:00:01 +0200 Subject: [PATCH] vimrc: disable the vim-sensible from polyglot --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 90a9aa2..f3cdcbe 100644 --- a/.vimrc +++ b/.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