We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648b5a8 commit d8f1e8dCopy full SHA for d8f1e8d
.vimrc
@@ -12,16 +12,12 @@ Plugin 'VundleVim/Vundle.vim'
12
13
" plugin on GitHub repo
14
Plugin 'valloric/YouCompleteMe'
15
+Plugin 'scrooloose/nerdtree'
16
17
"all of your Plugins must be added before the following line
18
call vundle#end() " required
19
filetype plugin indent on " required
20
-
21
22
23
24
25
execute pathogen#infect()
26
let mapleader = ","
27
"=====================================
bundle/nerdtree
@@ -0,0 +1 @@
1
+Subproject commit eee431dbd44111c858c6d33ffd366cae1f17f8b3
0 commit comments