-
Notifications
You must be signed in to change notification settings - Fork 184
/
.gitmodules
162 lines (162 loc) · 6.03 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/vim-toml"]
path = bundle/vim-toml
url = https://github.com/cespare/vim-toml.git
[submodule "bundle/vim-better-whitespace"]
path = bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
[submodule "bundle/vim-json"]
path = bundle/vim-json
url = https://github.com/elzr/vim-json.git
[submodule "bundle/vim-python-pep8-indent"]
path = bundle/vim-python-pep8-indent
url = https://github.com/hynek/vim-python-pep8-indent.git
[submodule "bundle/vim-systemd"]
path = bundle/vim-systemd
url = https://github.com/wgwoods/vim-systemd-syntax.git
[submodule "bundle/rust.vim"]
path = bundle/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "bundle/vim-terraform"]
path = bundle/vim-terraform
url = https://github.com/hashivim/vim-terraform.git
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "bundle/nginx.vim"]
path = bundle/nginx.vim
url = https://github.com/chr4/nginx.vim.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "bundle/vim-protobuf"]
path = bundle/vim-protobuf
url = https://github.com/uarun/vim-protobuf.git
[submodule "bundle/vim-yaml"]
path = bundle/vim-yaml
url = https://github.com/stephpy/vim-yaml.git
[submodule "bundle/vim-mipssyntax"]
path = bundle/vim-mipssyntax
url = https://github.com/harenome/vim-mipssyntax.git
[submodule "bundle/vim-jsx-pretty"]
path = bundle/vim-jsx-pretty
url = https://github.com/MaxMEllon/vim-jsx-pretty.git
[submodule "bundle/typescript-vim"]
path = bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/nvim-lspconfig"]
path = bundle/nvim-lspconfig
url = https://github.com/neovim/nvim-lspconfig.git
[submodule "bundle/plenary.nvim"]
path = bundle/plenary.nvim
url = https://github.com/nvim-lua/plenary.nvim.git
[submodule "bundle/telescope.nvim"]
path = bundle/telescope.nvim
url = https://github.com/nvim-telescope/telescope.nvim.git
[submodule "bundle/vim-visual-multi"]
path = bundle/vim-visual-multi
url = https://github.com/mg979/vim-visual-multi.git
[submodule "bundle/nvim-treesitter"]
path = bundle/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter.git
[submodule "bundle/nvim-cmp"]
path = bundle/nvim-cmp
url = https://github.com/hrsh7th/nvim-cmp.git
[submodule "bundle/cmp-nvim-lsp"]
path = bundle/cmp-nvim-lsp
url = https://github.com/hrsh7th/cmp-nvim-lsp.git
[submodule "bundle/nvim-tree.lua"]
path = bundle/nvim-tree.lua
url = https://github.com/kyazdani42/nvim-tree.lua.git
[submodule "bundle/tokyonight.nvim"]
path = bundle/tokyonight.nvim
url = https://github.com/folke/tokyonight.nvim.git
[submodule "bundle/lualine.nvim"]
path = bundle/lualine.nvim
url = https://github.com/nvim-lualine/lualine.nvim.git
[submodule "bundle/bufferline.nvim"]
path = bundle/bufferline.nvim
url = https://github.com/akinsho/bufferline.nvim.git
[submodule "bundle/vim-which-key"]
path = bundle/vim-which-key
url = https://github.com/liuchengxu/vim-which-key.git
[submodule "bundle/cmp-path"]
path = bundle/cmp-path
url = https://github.com/hrsh7th/cmp-path.git
[submodule "bundle/cmp-buffer"]
path = bundle/cmp-buffer
url = https://github.com/hrsh7th/cmp-buffer.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-vsnip"]
path = bundle/vim-vsnip
url = https://github.com/hrsh7th/vim-vsnip.git
[submodule "bundle/cmp-vsnip"]
path = bundle/cmp-vsnip
url = https://github.com/hrsh7th/cmp-vsnip.git
[submodule "bundle/gitsigns.nvim"]
path = bundle/gitsigns.nvim
url = https://github.com/lewis6991/gitsigns.nvim.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-rhubarb"]
path = bundle/vim-rhubarb
url = https://github.com/tpope/vim-rhubarb.git
[submodule "bundle/dashboard-nvim"]
path = bundle/dashboard-nvim
url = https://github.com/glepnir/dashboard-nvim.git
[submodule "bundle/indent-blankline.nvim"]
path = bundle/indent-blankline.nvim
url = https://github.com/lukas-reineke/indent-blankline.nvim.git
[submodule "bundle/octo.nvim"]
path = bundle/octo.nvim
url = https://github.com/pwntester/octo.nvim.git
[submodule "bundle/cmp-git"]
path = bundle/cmp-git
url = https://github.com/petertriho/cmp-git.git
[submodule "bundle/cmp-spell"]
path = bundle/cmp-spell
url = https://github.com/f3fora/cmp-spell.git
[submodule "bundle/vim-hclfmt"]
path = bundle/vim-hclfmt
url = https://github.com/fatih/vim-hclfmt.git
[submodule "bundle/vim-ocaml"]
path = bundle/vim-ocaml
url = https://github.com/ocaml/vim-ocaml.git
[submodule "bundle/copliot.vim"]
path = bundle/copliot.vim
url = https://github.com/github/copilot.vim.git
[submodule "bundle/jinja.vim"]
path = bundle/jinja.vim
url = https://gitlab.com/HiPhish/jinja.vim
[submodule "bundle/avante.nvim"]
path = bundle/avante.nvim
url = https://github.com/yetone/avante.nvim.git
[submodule "bundle/nui.nvim"]
path = bundle/nui.nvim
url = https://github.com/MunifTanjim/nui.nvim.git
[submodule "bundle/dressing.nvim"]
path = bundle/dressing.nvim
url = https://github.com/stevearc/dressing.nvim.git
[submodule "bundle/nvim-web-devicons"]
path = bundle/nvim-web-devicons
url = https://github.com/nvim-tree/nvim-web-devicons.git
[submodule "bundle/render-markdown.nvim"]
path = bundle/render-markdown.nvim
url = https://github.com/MeanderingProgrammer/render-markdown.nvim.git
[submodule "bundle/lspsaga.nvim"]
path = bundle/lspsaga.nvim
url = https://github.com/nvimdev/lspsaga.nvim.git