diff options
-rw-r--r-- | .luarc.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..c8b8dd2 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "diagnostics.globals": ["vim"] +} |