add: nerdtree
This commit is contained in:
parent
a693d03ce7
commit
120119c673
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -13,3 +13,9 @@
|
||||
[submodule "bundle/vim-markdown"]
|
||||
path = bundle/vim-markdown
|
||||
url = https://github.com/plasticboy/vim-markdown
|
||||
[submodule "bundle/nerdtree"]
|
||||
path = bundle/nerdtree
|
||||
url = https://github.com/scrooloose/nerdtree
|
||||
[submodule "bundle/nerdtree-git-plugin"]
|
||||
path = bundle/nerdtree-git-plugin
|
||||
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
|
||||
|
1
bundle/nerdtree
Submodule
1
bundle/nerdtree
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 68572ef46143c5c7d420a6ec86f1ec4595765ce5
|
1
bundle/nerdtree-git-plugin
Submodule
1
bundle/nerdtree-git-plugin
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 6a9b3122cb89b3a45ec444f9787a895125aca8aa
|
1
vimrc
1
vimrc
@ -5,6 +5,7 @@ call pathogen#infect()
|
||||
autocmd BufWritePre * %s/\s\+$//e " delete deprecated dots at very end of a line
|
||||
autocmd Filetype make setlocal noexpandtab " use tabs in make files instead whitespaces
|
||||
autocmd BufNewFile,BufRead rsnapshot.conf setlocal noexpandtab " use tabs in rsnapshot.conf files instead whitespaces
|
||||
autocmd vimenter * NERDTree " AutoStart nerdtree
|
||||
|
||||
" Key values
|
||||
" Can do almost everything that set can do, plus more.
|
||||
|
Loading…
Reference in New Issue
Block a user