summaryrefslogtreecommitdiff
path: root/.luarc.json
diff options
context:
space:
mode:
Diffstat (limited to '.luarc.json')
-rwxr-xr-x.luarc.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/.luarc.json b/.luarc.json
new file mode 100755
index 0000000..af7a43e
--- /dev/null
+++ b/.luarc.json
@@ -0,0 +1,13 @@
+{
+ "runtime.version": "LuaJIT",
+ "runtime.path": [
+ "lua/?.lua",
+ "lua/?/init.lua"
+ ],
+ "diagnostics.globals": ["vim"],
+ "workspace.checkThirdParty": false,
+ "workspace.library": [
+ "$VIMRUNTIME",
+ "${3rd}/luv/library"
+ ]
+}