-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
57 lines (57 loc) · 1.91 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
[submodule "vim/bundle/vim-commentary"]
path = vim/bundle/commentary
url = https://github.com/tpope/vim-commentary.git
update = merge
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
update = merge
[submodule "vim/bundle/vim-liquid"]
path = vim/bundle/liquid
url = https://github.com/tpope/vim-liquid.git
update = merge
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
update = merge
[submodule "vim/bundle/vim-pathogen"]
path = vim/bundle/pathogen
url = https://github.com/tpope/vim-pathogen.git
update = merge
[submodule "vim/bundle/vim-bracketed-paste"]
path = vim/bundle/vim-bracketed-paste
url = https://github.com/ConradIrwin/vim-bracketed-paste.git
update = merge
[submodule "vim/bundle/vim-indent-object"]
path = vim/bundle/indent-object
url = https://github.com/michaeljsmith/vim-indent-object.git
update = merge
[submodule "vim/bundle/editorconfig-vim"]
path = vim/bundle/editorconfig
url = https://github.com/editorconfig/editorconfig-vim.git
update = merge
[submodule "vim/bundle/abolish"]
path = vim/bundle/abolish
url = https://github.com/tpope/vim-abolish.git
update = merge
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree
update = merge
[submodule "vim/bundle/hjson"]
path = vim/bundle/hjson
url = https://github.com/hjson/vim-hjson
update = merge
[submodule "vim/bundle/nightfox.nvim"]
path = vim/bundle/nightfox.nvim
url = https://github.com/EdenEast/nightfox.nvim
update = merge
[submodule "vim/bundle/lush.nvim"]
path = vim/bundle/lush.nvim
url = https://github.com/rktjmp/lush.nvim
[submodule "vim/bundle/miasma.nvim"]
path = vim/bundle/miasma.nvim
url = https://github.com/xero/miasma.nvim
[submodule "vim/bundle/zenbones.nvim"]
path = vim/bundle/zenbones.nvim
url = https://github.com/mcchrish/zenbones.nvim