-
Notifications
You must be signed in to change notification settings - Fork 92
/
.gitmodules
90 lines (90 loc) · 2.68 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[submodule "bundle/tasklist"]
path = bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
ignore = all
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
ignore = all
[submodule "bundle/DidYouMean"]
path = bundle/DidYouMean
url = https://github.com/EinfachToll/DidYouMean
ignore = all
[submodule "bundle/switch.vim"]
path = bundle/switch.vim
url = https://github.com/AndrewRadev/switch.vim
ignore = all
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
ignore = all
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic
ignore = all
[submodule "bundle/vim-signature"]
path = bundle/vim-signature
url = https://github.com/kshenoy/vim-signature
ignore = all
[submodule "bundle/vim-randomtag"]
path = bundle/vim-randomtag
url = https://github.com/mhinz/vim-randomtag
ignore = all
[submodule "bundle/quick-scope"]
path = bundle/quick-scope
url = https://github.com/unblevable/quick-scope
ignore = all
[submodule "bundle/vim-puppet"]
path = bundle/vim-puppet
url = https://github.com/rodjek/vim-puppet
ignore = all
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
ignore = all
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim
ignore = all
[submodule "bundle/ctrlsf.vim"]
path = bundle/ctrlsf.vim
url = https://github.com/dyng/ctrlsf.vim
ignore = all
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/easymotion/vim-easymotion
ignore = all
[submodule "bundle/vimwiki"]
path = bundle/vimwiki
url = https://github.com/vimwiki/vimwiki
ignore = all
[submodule "bundle/ranger.vim"]
path = bundle/ranger.vim
url = https://github.com/rafaqz/ranger.vim
ignore = all
[submodule "bundle/vim-run"]
path = bundle/vim-run
url = https://github.com/chemzqm/vim-run
ignore = all
[submodule "bundle/vim-visualMarks"]
path = bundle/vim-visualMarks
url = https://github.com/iago-lito/vim-visualMarks
ignore = all
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim
ignore = all
[submodule "bundle/ctrlp-locate"]
path = bundle/ctrlp-locate
url = https://github.com/ompugao/ctrlp-locate
ignore = all
[submodule "bundle/pylint.vim"]
path = bundle/pylint.vim
url = https://github.com/vim-scripts/pylint.vim
ignore = all
[submodule "bundle/rainbow_levels.vim"]
path = bundle/rainbow_levels.vim
url = https://github.com/thiagoalessio/rainbow_levels.vim
[submodule "bundle/vim-abolish"]
path = bundle/vim-abolish
url = https://github.com/tpope/vim-abolish