-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
66 lines (66 loc) · 2.45 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 "vim/bundle/vim-pathogen"]
path = vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/ctrlp.vim"]
path = vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim
[submodule "vim/bundle/vim-json"]
path = vim/bundle/vim-json
url = https://github.com/elzr/vim-json
[submodule "vim/bundle/vim-ruby"]
path = vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/ag.vim"]
path = vim/bundle/ag.vim
url = https://github.com/rking/ag.vim.git
[submodule "vim/bundle/vim-fish"]
path = vim/bundle/vim-fish
url = https://github.com/dag/vim-fish.git
[submodule "vim/bundle/file-line"]
path = vim/bundle/file-line
url = https://github.com/bogado/file-line.git
[submodule "vim/bundle/vim-go"]
path = vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "vim/bundle/Dockerfile"]
path = vim/bundle/Dockerfile
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule "vim/bundle/auto-pairs"]
path = vim/bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "vim/bundle/vim-bufkill"]
path = vim/bundle/vim-bufkill
url = https://github.com/qpkorr/vim-bufkill
[submodule "vim/bundle/vim-trailing-whitespace"]
path = vim/bundle/vim-trailing-whitespace
url = https://github.com/bronson/vim-trailing-whitespace.git
[submodule "vim/bundle/vim-rhubarb"]
path = vim/bundle/vim-rhubarb
url = https://github.com/tpope/vim-rhubarb.git
[submodule "vim/bundle/ultisnips"]
path = vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git