Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NERDTree added
  • Loading branch information
tao committed Feb 20, 2019
1 parent e66dbad commit bbc666a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
1 change: 1 addition & 0 deletions bundle/nerdtree
Submodule nerdtree added at f4d2b3
2 changes: 2 additions & 0 deletions vimrc
Expand Up @@ -2,3 +2,5 @@ execute pathogen#infect()
syntax on
filetype plugin indent on

" NERDTree Hotkey
map <C-n> :NERDTreeToggle<CR>

0 comments on commit bbc666a

Please sign in to comment.