u.nvim/.gitmodules
Jonathan Apodaca fd7b53ab05
Some checks failed
NeoVim tests / code-quality (push) Failing after 1m6s
Switch to emmylua for type-checking
2025-10-11 15:12:18 -06:00

21 lines
567 B
Plaintext

; [submodule "library/busted"]
; path = library/busted
; url = https://github.com/LuaCATS/busted
; branch = main
; [submodule "library/luassert"]
; path = library/luassert
; url = https://github.com/LuaCATS/luassert
; branch = main
; [submodule "library/luv"]
; path = library/luv
; url = https://github.com/LuaCATS/luv
; branch = main
[submodule "library/busted"]
path = library/busted
url = https://github.com/LuaCATS/busted
branch = main
[submodule "library/luassert"]
path = library/luassert
url = https://github.com/LuaCATS/luassert
branch = main