aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
l---------vim/.vim/autoload/pathogen.vim1
m---------vim/.vim/bundle/nerdtree0
m---------vim/.vim/vim-pathogen0
-rw-r--r--vim/.vimrc6
4 files changed, 5 insertions, 2 deletions
diff --git a/vim/.vim/autoload/pathogen.vim b/vim/.vim/autoload/pathogen.vim
new file mode 120000
index 0000000..9a7227e
--- /dev/null
+++ b/vim/.vim/autoload/pathogen.vim
@@ -0,0 +1 @@
../vim-pathogen/autoload/pathogen.vim \ No newline at end of file
diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree
new file mode 160000
Subproject 3b98a7fcae8f9fff356907171f0406ff8cd2892
diff --git a/vim/.vim/vim-pathogen b/vim/.vim/vim-pathogen
new file mode 160000
Subproject b9fb0dfd811004010f5f6903edef42d6004ebea
diff --git a/vim/.vimrc b/vim/.vimrc
index 7313a1c..c0c3fec 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -1,8 +1,10 @@
1execute pathogen#infect()
2
1syntax on 3syntax on
4filetype plugin indent on
2set number 5set number
3set background=dark 6set background=dark
4set tabstop=4
5 7
6autocmd StdinReadPre * let s:std_in=1 8autocmd StdinReadPre * let s:std_in=1
7autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif 9autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
8 10autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif