-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy path.gitmodules
More file actions
18 lines (15 loc) · 612 Bytes
/
Copy path.gitmodules
File metadata and controls
18 lines (15 loc) · 612 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: Unlicense
# 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 ".luals/addons/luassert"]
path = .luals/addons/luassert
url = https://github.com/LuaCATS/luassert
[submodule ".luals/addons/busted"]
path = .luals/addons/busted
url = https://github.com/LuaCATS/busted
[submodule "test/bin"]
path = test/bin
url = https://gitlab.com/HiPhish/nvim-busted-shims.git
# vim:ft=gitconfig