1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: update .luarc.json

This commit is contained in:
Henrik Hautakoski 2025-10-08 08:28:20 +02:00
parent 34984ce012
commit 9425db6b9e

View file

@ -1,4 +1,5 @@
{ {
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT", "runtime.version": "LuaJIT",
"runtime.path": ["lua/?.lua", "lua/?/init.lua"], "runtime.path": ["lua/?.lua", "lua/?/init.lua"],
"diagnostics.globals": [ "diagnostics.globals": [
@ -15,5 +16,5 @@
"tostring", "tostring",
], ],
"workspace.checkThirdParty": false, "workspace.checkThirdParty": false,
"workspace.library": ["$VIMRUNTIME", "./lua"] "workspace.library": [ "$VIMRUNTIME" ]
} }