-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
39 lines (39 loc) · 1.6 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
[submodule "vim-pathogen"]
path = vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "dotvim/bundle/AfterColors.vim"]
path = dotvim/bundle/AfterColors.vim
url = https://github.com/vim-scripts/AfterColors.vim.git
[submodule "dotvim/bundle/syntastic"]
path = dotvim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "dotvim/bundle/ultisnips"]
path = dotvim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "dotvim/bundle/vim-colors-solarized"]
path = dotvim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "dotvim/bundle/vim-gitgutter"]
path = dotvim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "dotvim/bundle/vim-go"]
path = dotvim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "dotvim/bundle/vim-sensible"]
path = dotvim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "dotvim/bundle/vim-fish"]
path = dotvim/bundle/vim-fish
url = https://github.com/dag/vim-fish.git
[submodule "dotvim/bundle/vim-fugitive"]
path = dotvim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "dotvim/bundle/puppet-syntax-vim"]
path = dotvim/bundle/puppet-syntax-vim
url = https://github.com/puppetlabs/puppet-syntax-vim.git
[submodule "dotvim/bundle/Vim-Jinja2-Syntax"]
path = dotvim/bundle/Vim-Jinja2-Syntax
url = https://github.com/Glench/Vim-Jinja2-Syntax
[submodule "dotvim/bundle/neocomplete.vim"]
path = dotvim/bundle/neocomplete.vim
url = https://github.com/Shougo/neocomplete.vim