windhamdavid 8 years ago
parent
commit
1959649d7e
1 changed files with 21 additions and 0 deletions
  1. 21 0
      macs.local/.vimrc

+ 21 - 0
macs.local/.vimrc

@@ -1,5 +1,26 @@
 set nocompatible
 
+" include Vundle 
+set rtp+=~/.vim/bundle/Vundle.vim
+call vundle#begin()
+
+Plugin 'scrooloose/nerdtree'
+Plugin 'scrooloose/syntastic'
+Plugin 'scrooloose/nerdcommenter'
+Plugin 'Xuyuanp/nerdtree-git-plugin'
+Plugin 'tpope/vim-fugitive'
+Plugin 'airblade/vim-gitgutter'
+Plugin 'tpope/vim-surround'
+Plugin 'jiangmiao/auto-pairs'
+
+call vundle#end()
+filetype plugin indent on
+" END Vundle 
+
+map <C-n> :NERDTreeToggle<CR>
+
+
+
 set number
 set ruler
 syntax on