vim-pathogen removed from config

This commit is contained in:
2014-09-08 20:34:20 +02:00
parent 455afba83b
commit 4ba6dd0631

5
vimrc
View File

@@ -5,14 +5,9 @@ set nocompatible
" lots of command line history
set history=1000
" Initialize Pathogen
" runtime bundle/vim-pathogen/autoload/pathogen.vim
" execute pathogen#infect()
" filetype plugin indent on
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()