From 363f485ca6b605ed563e087c113130606b75a001 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 20 Oct 2023 16:15:35 -0400 Subject: [PATCH] Teach lua-language-server about seamstress --- .luarc.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .luarc.json 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"] +}