Completely replace configuration. As base use Marc Harters vimrc from https://github.com/wavded/.vim

This commit is contained in:
Thomas Ruoff
2011-10-24 23:17:31 +02:00
parent 06d6eb798d
commit 70bc01309a
16 changed files with 531 additions and 5514 deletions

15
.gitmodules vendored
View File

@@ -1,3 +1,18 @@
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = git@github.com:igrat/oh-my-zsh.git
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/igrat/vim-fugitive.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vim-fuzzyfinder"]
path = vim/bundle/vim-fuzzyfinder
url = git@github.com:igrat/vim-fuzzyfinder.git
[submodule "vim/bundle/vim-l9"]
path = vim/bundle/vim-l9
url = git@github.com:igrat/vim-l9.git