forked from splattael/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
53 lines (53 loc) · 1.88 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
[submodule "vim/bundle/vim-git"]
path = vim/bundle/vim-git
url = https://github.com/tpope/vim-git.git
ignore = untracked
[submodule "vim/bundle/vim-rails"]
path = vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
ignore = untracked
[submodule "vim/bundle/matchit.zip"]
path = vim/bundle/matchit.zip
url = https://github.com/vim-scripts/matchit.zip.git
ignore = untracked
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = untracked
[submodule "vim/bundle/vim-endwise"]
path = vim/bundle/vim-endwise
url = https://github.com/tpope/vim-endwise
ignore = untracked
[submodule "vim/bundle/vim-elixir"]
path = vim/bundle/vim-elixir
url = https://github.com/elixir-lang/vim-elixir
[submodule "vim/bundle/vim-snipmate"]
path = vim/bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate
[submodule "vim/bundle/tlib_vim"]
path = vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "vim/bundle/vim-addon-mw-utils"]
path = vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "vim/bundle/elm-vim"]
path = vim/bundle/elm-vim
url = https://github.com/ElmCast/elm-vim
[submodule "vim/bundle/vim-crystal"]
path = vim/bundle/vim-crystal
url = https://github.com/rhysd/vim-crystal
[submodule "vim/bundle/ag"]
path = vim/bundle/ag
url = https://github.com/rking/ag.vim
[submodule "vim/bundle/vim-commentary"]
path = vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary
[submodule "vim/bundle/rufo-vim"]
path = vim/bundle/rufo-vim
url = https://github.com/ruby-formatter/rufo-vim
[submodule "vim/bundle/fzf.vim"]
path = vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter