Commit 7e8399c4 authored by HiPhish's avatar HiPhish
Browse files

Add comments to `.submodules` file

parent cd939896
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# This file would normally be named `.gitmodules`, but I have intentionally
# renamed it to prevent Neovim plugin managers from picking up on it.  This
# avoids the problem where the submodules would get installed for users of the
# plugin.

[submodule "test/xdg/local/share/nvim/site/pack/testing/start/yo-dawg.nvim"]
	path = test/xdg/local/share/nvim/site/pack/testing/start/yo-dawg.nvim
	url = https://gitlab.com/HiPhish/yo-dawg.nvim.git
[submodule "test/bin"]
	path = test/bin
	url = https://gitlab.com/HiPhish/nvim-busted-shims.git

# vim:ft=gitconfig