summaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 64ab682943af8104df8746565a5937414ba94612 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[submodule "nvim-treesitter"]
	path = .local/share/nvim/site/pack/plugins/start/nvim-treesitter
	url = https://git.sudomsg.com/mirror/nvim-treesitter
	branch = main
[submodule "mason"]
	path = .local/share/nvim/site/pack/plugins/start/mason
	url = https://git.sudomsg.com/mirror/mason
[submodule "nvim-lspconfig"]
	path = .local/share/nvim/site/pack/plugins/start/nvim-lspconfig
	url = https://git.sudomsg.com/mirror/nvim-lspconfig
[submodule "mason-lspconfig"]
	path = .local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim
	url = https://git.sudomsg.com/mirror/mason-lspconfig
[submodule "zsh-completions"]
	path = .zfunc/zsh-completions
	url = https://git.sudomsg.com/mirror/zsh-completions