-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
96 lines (96 loc) · 3.36 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
91
92
93
94
95
96
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/lusty"]
path = bundle/lusty
url = https://github.com/sjbach/lusty.git
[submodule "bundle/taskpaper"]
path = bundle/taskpaper
url = https://github.com/davidoc/taskpaper.vim.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/table-mode"]
path = bundle/table-mode
url = https://github.com/dhruvasagar/vim-table-mode.git
[submodule "bundle/vim-json"]
path = bundle/vim-json
url = https://github.com/elzr/vim-json.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "bundle/vim-ros"]
path = bundle/vim-ros
url = https://github.com/taketwo/vim-ros.git
[submodule "bundle/ShowTrailingWhitespace"]
path = bundle/ShowTrailingWhitespace
url = https://github.com/vim-scripts/ShowTrailingWhitespace.git
[submodule "bundle/rust.vim"]
path = bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "bundle/tlib_vim"]
path = bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/vim-snipmate"]
path = bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "bundle/fzf.vim"]
path = bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule "bundle/vim-lldb"]
path = bundle/vim-lldb
url = https://github.com/gilligan/vim-lldb.git
[submodule "bundle/VimCompletesMe"]
path = bundle/VimCompletesMe
url = https://github.com/ajh17/VimCompletesMe.git
[submodule "bundle/async.vim"]
path = bundle/async.vim
url = https://github.com/prabirshrestha/async.vim.git
[submodule "bundle/vim-lsp"]
path = bundle/vim-lsp
url = https://github.com/prabirshrestha/vim-lsp.git
[submodule "bundle/conflicted"]
path = bundle/conflicted
url = https://github.com/christoomey/vim-conflicted.git
[submodule "bundle/taglist"]
path = bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
[submodule "bundle/renamer"]
path = bundle/renamer
url = https://github.com/qpkorr/vim-renamer.git
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git