summaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: e1fb32f7a76484353d6c089eb9b12169230cfd6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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 "zsh-completions"]
	path = .zfunc/zsh-completions
	url = https://github.com/zsh-users/zsh-completions.git