set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'scrooloose/nerdtree' Plugin 'itchyny/lightline.vim' Plugin 'airblade/vim-gitgutter' call vundle#end() filetype plugin indent on