blob: dd214275fc08961d619a5831cb6c78e7924aa6e1 (
plain)
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
|
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/PreserveNoEOL"]
path = bundle/PreserveNoEOL
url = https://github.com/vim-scripts/PreserveNoEOL.git
ignore = untracked
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "bundle/camelcasemotion"]
path = bundle/camelcasemotion
url = https://github.com/vim-scripts/camelcasemotion.git
ignore = untracked
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/vim-golang"]
path = bundle/vim-golang
url = https://github.com/jnwhiteh/vim-golang.git
[submodule "bundle/vim-scala"]
path = bundle/vim-scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule "bundle/tcomment"]
path = bundle/tcomment
url = https://github.com/tomtom/tcomment_vim.git
[submodule "bundle/ag"]
path = bundle/ag
url = https://github.com/rking/ag.vim.git
[submodule "bundle/vim-auditory"]
path = bundle/vim-auditory
url = https://github.com/teddywing/auditory.vim.git
[submodule "bundle/vim-ls-grep"]
path = bundle/vim-ls-grep
url = https://github.com/teddywing/vim-ls-grep.git
[submodule "bundle/pick"]
path = bundle/pick
url = https://github.com/thoughtbot/pick.vim.git
[submodule "bundle/vim-system-copy"]
path = bundle/vim-system-copy
url = https://github.com/christoomey/vim-system-copy.git
[submodule "bundle/vim-unstack"]
path = bundle/vim-unstack
url = https://github.com/mattboehm/vim-unstack.git
[submodule "bundle/vim-grappele"]
path = bundle/vim-grappele
url = https://github.com/teddywing/vim-grappele.git
|