Switch to emmylua for type-checking
Some checks failed
NeoVim tests / code-quality (push) Failing after 1m6s

This commit is contained in:
2025-10-11 15:12:18 -06:00
parent 9fcc803805
commit fd7b53ab05
14 changed files with 85 additions and 47 deletions

20
.gitmodules vendored Normal file
View File

@@ -0,0 +1,20 @@
; [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