forked from HungYuHei/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
60 lines (60 loc) · 2.04 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[submodule "bundle/git_vim"]
path = bundle/git_vim
url = https://github.com/motemen/git-vim.git
[submodule "bundle/NERDcommenter"]
path = bundle/NERDcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/css_color"]
path = bundle/css_color
url = https://github.com/skammer/vim-css-color.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/easymotion"]
path = bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = git://github.com/godlygeek/tabular.git
[submodule "bundle/indent-line"]
path = bundle/indent-line
url = git://github.com/Yggdroot/indentLine.git
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/ag"]
path = bundle/ag
url = https://github.com/rking/ag.vim
[submodule "bundle/vim-rspec"]
path = bundle/vim-rspec
url = https://github.com/thoughtbot/vim-rspec.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = https://github.com/mattn/emmet-vim
[submodule "bundle/tcomment_vim"]
path = bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim.git
[submodule "bundle/vim-jsbeautify"]
path = bundle/vim-jsbeautify
url = https://github.com/maksimr/vim-jsbeautify.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-vue"]
path = bundle/vim-vue
url = https://github.com/posva/vim-vue.git