add: nerdtree

This commit is contained in:
Markus Pesch 2018-01-29 14:13:17 +01:00
parent a693d03ce7
commit 120119c673
No known key found for this signature in database
GPG Key ID: 0C18FADC12547561
4 changed files with 9 additions and 0 deletions

6
.gitmodules vendored
View File

@ -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

@ -0,0 +1 @@
Subproject commit 68572ef46143c5c7d420a6ec86f1ec4595765ce5

@ -0,0 +1 @@
Subproject commit 6a9b3122cb89b3a45ec444f9787a895125aca8aa

1
vimrc
View File

@ -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.