-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.06 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.06 KB
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
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/command-t
[submodule "bundle/lightline"]
path = bundle/lightline
url = https://github.com/itchyny/lightline.vim
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/vim-syntastic/syntastic
[submodule "bundle/vim-vue"]
path = bundle/vim-vue
url = https://github.com/posva/vim-vue
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
[submodule "bundle/vim-easy-align"]
path = bundle/vim-easy-align
url = https://github.com/junegunn/vim-easy-align
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/ctrlpvim/ctrlp.vim
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = https://github.com/tpope/vim-commentary