dotvim/.gitmodules

79 lines
3.1 KiB
Plaintext
Raw Normal View History

2014-11-25 08:57:04 +00:00
[submodule ".vim/bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/vim-latex"]
path = .vim/bundle/vim-latex
url = git://git.code.sf.net/p/vim-latex/vim-latex
[submodule ".vim/bundle/vim-easy-align"]
path = .vim/bundle/vim-easy-align
url = https://github.com/junegunn/vim-easy-align.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule ".vim/bundle/vim-javascript"]
path = .vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/vim-abolish"]
path = .vim/bundle/vim-abolish
url = https://github.com/tpope/vim-abolish.git
[submodule ".vim/bundle/colorschemes"]
path = .vim/bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/vim-better-whitespace"]
path = .vim/bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
[submodule ".vim/bundle/vim-eunuch"]
path = .vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
[submodule ".vim/bundle/emmet-vim"]
path = .vim/bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule ".vim/bundle/vim-indent-guides"]
path = .vim/bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-table-mode"]
path = .vim/bundle/vim-table-mode
url = https://github.com/dhruvasagar/vim-table-mode.git
[submodule ".vim/bundle/vim-licenses"]
path = .vim/bundle/vim-licenses
url = https://github.com/antoyo/vim-licenses.git
2014-12-01 21:41:19 +00:00
[submodule ".vim/bundle/vim-argwrap"]
path = .vim/bundle/vim-argwrap
url = https://github.com/FooSoft/vim-argwrap.git
2014-12-28 13:15:45 +00:00
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
2015-01-13 08:51:54 +00:00
[submodule ".vim/bundle/rust.vim"]
path = .vim/bundle/rust.vim
url = https://github.com/wting/rust.vim
2015-01-18 10:44:10 +00:00
[submodule ".vim/bundle/CamelCaseMotion"]
path = .vim/bundle/CamelCaseMotion
url = https://github.com/bkad/CamelCaseMotion
2015-01-21 07:24:32 +00:00
[submodule ".vim/bundle/vim-indent-object"]
path = .vim/bundle/vim-indent-object
url = https://github.com/michaeljsmith/vim-indent-object.git