My .vimrc
execute pathogen#infect() set nocompatible ” To be improved, required filetype off ” required set autochdir ” change working directory accordingly to edited file ” set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() ” alternatively, pass a path where Vundle should install plugins “call vundle#begin(‘~/some/path/here’) “…