From 3002276159bf7cd0f3db070507f8bbb60fcda393 Mon Sep 17 00:00:00 2001 From: Maria José Solano Date: Sat, 23 Nov 2024 16:23:40 -0800 Subject: chore: add LuaLS type checking (#3447) --- .luarc.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 00000000..2aa780f6 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json", + "runtime": { + "version": "LuaJIT" + }, + "workspace": { + "library": [ + "lua", + "$VIMRUNTIME", + "${3rd}/luv/library" + ], + "checkThirdParty": false + } +} -- cgit v1.2.3-70-g09d2