-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
66 lines (66 loc) · 2.71 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
[submodule "dotfiles/.vim/bundle/tcomment"]
path = dotfiles/.vim/bundle/tcomment
url = [email protected]:tomtom/tcomment_vim.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/surround"]
path = dotfiles/.vim/bundle/surround
url = [email protected]:vim-scripts/surround.vim.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/repeat"]
path = dotfiles/.vim/bundle/repeat
url = [email protected]:vim-scripts/repeat.vim.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/indent-object"]
path = dotfiles/.vim/bundle/indent-object
url = [email protected]:michaeljsmith/vim-indent-object.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/bufkill"]
path = dotfiles/.vim/bundle/bufkill
url = [email protected]:vim-scripts/bufkill.vim.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/colors-solarized"]
path = dotfiles/.vim/bundle/colors-solarized
url = [email protected]:altercation/vim-colors-solarized.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/ReplaceWithRegister"]
path = dotfiles/.vim/bundle/ReplaceWithRegister
url = [email protected]:vim-scripts/ReplaceWithRegister.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/text-object-left-and-right"]
path = dotfiles/.vim/bundle/text-object-left-and-right
url = [email protected]:vim-scripts/text-object-left-and-right.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/template.vim"]
path = dotfiles/.vim/bundle/template.vim
url = [email protected]:vim-scripts/template.vim.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/supertab"]
path = dotfiles/.vim/bundle/supertab
url = [email protected]:ervandew/supertab.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/rsi"]
path = dotfiles/.vim/bundle/rsi
url = [email protected]:tpope/vim-rsi.git
[submodule "dotfiles/.vim/bundle/vim-argumentative"]
path = dotfiles/.vim/bundle/vim-argumentative
url = https://github.com/PeterRincker/vim-argumentative.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/vim-easydir"]
path = dotfiles/.vim/bundle/vim-easydir
url = [email protected]:dockyard/vim-easydir.git
ignore = untracked
[submodule "dotfiles/.vim/bundle/snipmate"]
path = dotfiles/.vim/bundle/snipmate
url = [email protected]:garbas/vim-snipmate.git
[submodule "dotfiles/.vim/bundle/vim-addon-mw-utils"]
path = dotfiles/.vim/bundle/vim-addon-mw-utils
url = [email protected]:MarcWeber/vim-addon-mw-utils.git
[submodule "dotfiles/.vim/bundle/tlib_vim"]
path = dotfiles/.vim/bundle/tlib_vim
url = [email protected]:tomtom/tlib_vim.git
[submodule "dotfiles/.vim/bundle/editorconfig-vim"]
path = dotfiles/.vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "dotfiles/.vim/bundle/fzf.vim"]
path = dotfiles/.vim/bundle/fzf.vim
url = [email protected]:junegunn/fzf.vim.git