darkcloud-nvimconfig/.gitmodules

73 lines
2.8 KiB
Text
Raw Normal View History

2014-02-21 00:26:50 -05:00
[submodule "vim/bundle/vim-trailing-whitespace"]
path = vim/bundle/vim-trailing-whitespace
url = https://github.com/bronson/vim-trailing-whitespace.git
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/lightline.vim"]
path = vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "vim/bundle/vim-togglelist"]
path = vim/bundle/vim-togglelist
url = https://github.com/milkypostman/vim-togglelist.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
2014-04-07 00:10:46 -04:00
[submodule "vim/bundle/vim-move"]
path = vim/bundle/vim-move
url = https://github.com/matze/vim-move.git
[submodule "vim/bundle/vim-signify"]
path = vim/bundle/vim-signify
url = https://github.com/mhinz/vim-signify
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/vim-polyglot-darkcloud"]
path = vim/bundle/vim-polyglot-darkcloud
url = https://github.com/prurigro/vim-polyglot-darkcloud.git
[submodule "vim/bundle/MatchTagAlways"]
path = vim/bundle/MatchTagAlways
url = https://github.com/Valloric/MatchTagAlways.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "vim/bundle/incsearch.vim"]
path = vim/bundle/incsearch.vim
url = https://github.com/haya14busa/incsearch.vim
2014-10-27 14:39:47 -04:00
[submodule "vim/bundle/vim-unimpaired"]
path = vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/ReplaceWithRegister"]
path = vim/bundle/ReplaceWithRegister
url = https://github.com/prurigro/ReplaceWithRegister.git
2017-11-08 14:34:23 -05:00
[submodule "vim/bundle/editorconfig-vim"]
path = vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim
2017-11-22 17:24:13 -05:00
[submodule "vim/bundle/splitjoin.vim"]
path = vim/bundle/splitjoin.vim
url = https://github.com/AndrewRadev/splitjoin.vim
2018-03-13 11:32:04 -04:00
[submodule "vim/bundle/ale"]
path = vim/bundle/ale
url = https://github.com/w0rp/ale
[submodule "vim/bundle/lightline-ale"]
path = vim/bundle/lightline-ale
url = https://github.com/maximbaz/lightline-ale
2018-03-13 15:38:03 -04:00
[submodule "vim/bundle/deoplete.nvim"]
path = vim/bundle/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim
[submodule "vim/bundle/neco-syntax"]
path = vim/bundle/neco-syntax
url = https://github.com/Shougo/neco-syntax.git
2022-04-15 14:23:23 -04:00
[submodule "vim/bundle/vim-gutentags"]
path = vim/bundle/vim-gutentags
url = https://github.com/ludovicchabant/vim-gutentags.git
[submodule "vim/bundle/vimpager"]
path = vim/bundle/vimpager
url = https://github.com/rkitover/vimpager