-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
90 lines (90 loc) · 3.13 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/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/markabe/bufexplorer.git
[submodule "bundle/snipmate.vim"]
path = bundle/snipmate.vim
url = https://github.com/rafaelfranca/snipmate.vim.git
[submodule "snippets"]
path = snippets
url = https://github.com/carlosantoniodasilva/snipmate-snippets.git
[submodule "bundle/delimitmate"]
path = bundle/delimitmate
url = https://github.com/Raimondi/delimitMate.git
[submodule "bundle/rails"]
path = bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/ragtag"]
path = bundle/ragtag
url = https://github.com/tpope/vim-ragtag.git
[submodule "bundle/commentary"]
path = bundle/commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/html5"]
path = bundle/html5
url = https://github.com/cfcosta/html5-vim-minimal.git
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "bundle/ruby"]
path = bundle/ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/textile"]
path = bundle/textile
url = https://github.com/timcharper/textile.vim.git
[submodule "bundle/coffee"]
path = bundle/coffee
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/textobj-rubyblock"]
path = bundle/textobj-rubyblock
url = https://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "bundle/textobj-user"]
path = bundle/textobj-user
url = https://github.com/kana/vim-textobj-user.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/vim-scripts/matchit.zip.git
[submodule "bundle/argtextobj"]
path = bundle/argtextobj
url = https://github.com/vim-scripts/argtextobj.vim.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/rtf_pygmentize"]
path = bundle/rtf_pygmentize
url = https://github.com/rafaelfranca/rtf_pygmentize.git
[submodule "bundle/colors-solarized"]
path = bundle/colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/emmet"]
path = bundle/emmet
url = https://github.com/mattn/emmet-vim.git
[submodule "bundle/airline"]
path = bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule "bundle/go"]
path = bundle/go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/elixir"]
path = bundle/elixir
url = https://github.com/elixir-lang/vim-elixir.git
[submodule "bundle/typescript"]
path = bundle/typescript
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/airline-themes"]
path = bundle/airline-themes
url = https://github.com/vim-airline/vim-airline-themes