From 796077f997bdafb56efbcf527b4e06c74f1b9497 Mon Sep 17 00:00:00 2001 From: ViktorBarzin Date: Sun, 8 Jul 2018 02:40:14 +0100 Subject: [PATCH] Add new stuff --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index bb8e8fb..98cfdca 100644 --- a/.vimrc +++ b/.vimrc @@ -314,6 +314,8 @@ set undodir=~/.vim/tmp/undo// " https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim " Now you can install any plugin into a .vim/bundle/plugin-name/ folder +" Pathogen does not work in combatability mode so disable +set nocp " let g:pathogen_disabled = ["syntastic"] call pathogen#infect()