aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.luarc.json14
1 files changed, 14 insertions, 0 deletions
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
+ }
+}