about summary refs log tree commit diff
path: root/.config/nvim/.luarc.json
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-05-22 20:25:43 +0100
committervenomade <venomade@venomade.com>2025-05-22 20:25:43 +0100
commitedc74a464606b98378e24e27dcd3041b0f7f9162 (patch)
treef8f9acfcb332360906eb2d0ac7f1115d543768e4 /.config/nvim/.luarc.json
parentedcf5dd381c26274a939f4e703539b15c0058e99 (diff)
MacOS & Neovim HEAD master
Diffstat (limited to '.config/nvim/.luarc.json')
-rw-r--r--.config/nvim/.luarc.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/nvim/.luarc.json b/.config/nvim/.luarc.json
new file mode 100644
index 0000000..ceb1818
--- /dev/null
+++ b/.config/nvim/.luarc.json
@@ -0,0 +1,12 @@
+{
+  "runtime.version": "LuaJIT",
+  "runtime.path": [
+    "lua/?.lua",
+    "lua/?/init.lua"
+  ],
+  "diagnostics.globals": ["vim"],
+  "workspace.checkThirdParty": false,
+  "workspace.library": [
+    "$VIMRUNTIME"
+  ]
+}