nvim/.gitmodules

43 lines
1.6 KiB
Text
Raw Normal View History

2015-10-13 10:01:52 +00:00
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
2015-10-13 10:02:50 +00:00
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
2015-10-13 10:03:26 +00:00
[submodule "bundle/vim-ps1"]
path = bundle/vim-ps1
url = https://github.com/PProvost/vim-ps1.git
2015-10-13 11:30:58 +00:00
[submodule "bundle/vimoutliner"]
path = bundle/vimoutliner
url = https://github.com/vimoutliner/vimoutliner.git
2015-10-13 13:39:28 +00:00
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
2015-10-13 13:40:53 +00:00
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline.git
2015-10-19 09:55:30 +00:00
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
2015-10-19 11:48:02 +00:00
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
2015-10-19 14:53:29 +00:00
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/jellybeans.vim"]
path = bundle/jellybeans.vim
url = https://github.com/nanotech/jellybeans.vim.git
2015-11-13 09:11:01 +00:00
[submodule "bundle/vim-gnupg"]
path = bundle/vim-gnupg
url = https://github.com/jamessan/vim-gnupg.git
2016-02-18 09:17:15 +00:00
[submodule "bundle/rust.vim"]
path = bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git