-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
41 lines (41 loc) · 1.49 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
[submodule "bundle/vim-flake8"]
path = bundle/vim-flake8
url = https://github.com/nvie/vim-flake8.git
[submodule "bundle/c.vim"]
path = bundle/c.vim
url = https://github.com/vim-scripts/c.vim.git
ignore = dirty
[submodule "bundle/Vim-R-plugin"]
path = bundle/Vim-R-plugin
url = https://github.com/vim-scripts/Vim-R-plugin.git
ignore = dirty
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/jedi-vim"]
path = bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git
[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/vim-autocomplpop"]
path = bundle/vim-autocomplpop
url = https://github.com/othree/vim-autocomplpop.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/preservim/nerdcommenter.git