mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Readded bundles as git submodules
This commit is contained in:
parent
188e1f62a4
commit
c311f0b71d
1 changed files with 51 additions and 0 deletions
51
.gitmodules
vendored
Normal file
51
.gitmodules
vendored
Normal file
|
@ -0,0 +1,51 @@
|
|||
[submodule "vim/bundle/vim-multiple-cursors"]
|
||||
path = vim/bundle/vim-multiple-cursors
|
||||
url = https://github.com/terryma/vim-multiple-cursors.git
|
||||
[submodule "vim/bundle/SudoEdit.vim"]
|
||||
path = vim/bundle/SudoEdit.vim
|
||||
url = https://github.com/vim-scripts/SudoEdit.vim.git
|
||||
[submodule "vim/bundle/html5.vim"]
|
||||
path = vim/bundle/html5.vim
|
||||
url = https://github.com/othree/html5.vim.git
|
||||
[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-systemd-syntax"]
|
||||
path = vim/bundle/vim-systemd-syntax
|
||||
url = https://github.com/Matt-Stevens/vim-systemd-syntax.git
|
||||
[submodule "vim/bundle/vim-pathogen"]
|
||||
path = vim/bundle/vim-pathogen
|
||||
url = https://github.com/tpope/vim-pathogen.git
|
||||
[submodule "vim/bundle/aspnet.vim--Abshire"]
|
||||
path = vim/bundle/aspnet.vim--Abshire
|
||||
url = https://github.com/vim-scripts/aspnet.vim--Abshire.git
|
||||
[submodule "vim/bundle/lightline.vim"]
|
||||
path = vim/bundle/lightline.vim
|
||||
url = https://github.com/itchyny/lightline.vim
|
||||
[submodule "vim/bundle/vim-jquery"]
|
||||
path = vim/bundle/vim-jquery
|
||||
url = https://github.com/phongnh/vim-jquery.git
|
||||
[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 = git://github.com/majutsushi/tagbar
|
||||
[submodule "vim/bundle/neocomplcache.vim"]
|
||||
path = vim/bundle/neocomplcache.vim
|
||||
url = https://github.com/Shougo/neocomplcache.vim.git
|
||||
[submodule "vim/bundle/vim-fugitive"]
|
||||
path = vim/bundle/vim-fugitive
|
||||
url = https://github.com/tpope/vim-fugitive.git
|
||||
[submodule "vim/bundle/emmet-vim"]
|
||||
path = vim/bundle/emmet-vim
|
||||
url = https://github.com/mattn/emmet-vim.git
|
||||
[submodule "vim/bundle/hexHighlight.vim"]
|
||||
path = vim/bundle/hexHighlight.vim
|
||||
url = https://github.com/vim-scripts/hexHighlight.vim.git
|
||||
[submodule "vim/bundle/nerdtree"]
|
||||
path = vim/bundle/nerdtree
|
||||
url = https://github.com/scrooloose/nerdtree.git
|
||||
[submodule "vim/bundle/perlomni.vim"]
|
||||
path = vim/bundle/perlomni.vim
|
||||
url = https://github.com/c9s/perlomni.vim.git
|
Loading…
Reference in a new issue