-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
39 lines (39 loc) · 1.52 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[submodule ".vim/bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/preservim/nerdcommenter.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule ".vim/bundle/vim-localvimrc"]
path = .vim/bundle/vim-localvimrc
url = https://github.com/embear/vim-localvimrc.git
[submodule ".vim/bundle/lightline.vim"]
path = .vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim
[submodule ".vim/bundle/vim-characterize"]
path = .vim/bundle/vim-characterize
url = https://github.com/tpope/vim-characterize.git
[submodule ".vim/bundle/vimwiki"]
path = .vim/bundle/vimwiki
url = https://github.com/vimwiki/vimwiki.git
[submodule ".vim/bundle/vim-hilinks"]
path = .vim/bundle/vim-hilinks
url = https://github.com/kergoth/vim-hilinks
[submodule ".vim/bundle/vim-polyglot"]
path = .vim/bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot
[submodule ".vim/bundle/vim-colors-off"]
path = .vim/bundle/vim-colors-off
url = https://github.com/pbrisbin/vim-colors-off.git
[submodule ".vim/bundle/vim-node"]
path = .vim/bundle/vim-node
url = https://github.com/moll/vim-node.git
[submodule ".vim/bundle/linediff.vim"]
path = .vim/bundle/linediff.vim
url = https://github.com/AndrewRadev/linediff.vim