-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
81 lines (81 loc) · 2.87 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
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = https://github.com/groenewege/vim-less
[submodule "bundle/python-mode"]
path = bundle/python-mode
url = https://github.com/klen/python-mode.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/salt-vim"]
path = bundle/salt-vim
url = https://github.com/saltstack/salt-vim.git
[submodule "bundle/vim-jinja2"]
path = bundle/vim-jinja2
url = https://github.com/Glench/Vim-Jinja2-Syntax.git
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/Mark--Karkat"]
path = bundle/Mark--Karkat
url = https://github.com/vim-scripts/Mark--Karkat.git
[submodule "bundle/vim-yaml"]
path = bundle/vim-yaml
url = https://github.com/stephpy/vim-yaml.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "bundle/vim-jsonnet"]
path = bundle/vim-jsonnet
url = https://github.com/google/vim-jsonnet.git
[submodule "bundle/LanguageClient-neovim"]
path = bundle/LanguageClient-neovim
url = https://github.com/autozimu/LanguageClient-neovim.git
[submodule "bundle/vim-ft-bzl"]
path = bundle/vim-ft-bzl
url = https://github.com/bazelbuild/vim-ft-bzl.git
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/jlanzarotta/bufexplorer.git
[submodule "bundle/coc"]
path = bundle/coc
url = https://github.com/neoclide/coc.nvim.git
[submodule "bundle/ale"]
path = bundle/ale
url = https://github.com/dense-analysis/ale.git
[submodule "bundle/fzf.vim"]
path = bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule "bundle/fzf"]
path = bundle/fzf
url = https://github.com/junegunn/fzf.git
[submodule "bundle/nvim-treesitter"]
path = bundle/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter.git
[submodule "bundle/vim-terraform"]
path = bundle/vim-terraform
url = https://github.com/hashivim/vim-terraform.git