summaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 90eac5a069b5797069af4d256fde8378472ed6b2 (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://github.com/nvim-treesitter/nvim-treesitter.git
	branch = main
[submodule "mason"]
	path = .local/share/nvim/site/pack/plugins/start/mason
	url = https://github.com/williamboman/mason.nvim
[submodule "nvim-lspconfig"]
	path = .local/share/nvim/site/pack/plugins/start/nvim-lspconfig
	url = https://github.com/neovim/nvim-lspconfig
[submodule "mason-lspconfig.nvim"]
	path = /home/mboocha/.local/share/nvim/site/pack/plugins/start/mason-lspconfig.nvim
	url = https://github.com/mason-org/mason-lspconfig.nvim.git
[submodule "zsh-completions"]
	path = .zfunc/zsh-completions
	url = https://github.com/zsh-users/zsh-completions.git