-
Notifications
You must be signed in to change notification settings - Fork 1
/
.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