Add new stuff

This commit is contained in:
ViktorBarzin 2018-07-08 02:40:14 +01:00
parent dbd4ca1423
commit 796077f997

2
.vimrc
View file

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