commit 363f485ca6b605ed563e087c113130606b75a001 Author: Jeremy Dormitzer Date: Fri Oct 20 16:15:35 2023 -0400 Teach lua-language-server about seamstress diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..c4fd76a --- /dev/null +++ b/.luarc.json @@ -0,0 +1,4 @@ +{ + "diagnostics.disable": ["lowercase-global"], + "workspace.library": ["/opt/homebrew/Cellar/seamstress/1.0.0/share/seamstress/lua"] +}