Add vim stuff

This commit is contained in:
Jonny Barnes 2016-05-13 08:23:58 +01:00
parent fce6351837
commit 4c376c8b2e
11 changed files with 254 additions and 0 deletions

21
.gitmodules vendored Normal file
View file

@ -0,0 +1,21 @@
[submodule "vim/autoload/vim-pathogen"]
path = vim/autoload/vim-pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "vim/bundle/delimitMate"]
path = vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vim-sensible"]
path = vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git