1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-07-04 07:13:40 +02:00

nvim/.luarc.json: add more globals

This commit is contained in:
Henrik Hautakoski 2024-08-26 18:46:14 +02:00
parent 1a3ed3453c
commit 1fc9d83c9b

View file

@ -9,7 +9,10 @@
"pairs", "pairs",
"type", "type",
"unpack", "unpack",
"table" "table",
"string",
"os",
"tostring",
], ],
"workspace.checkThirdParty": false, "workspace.checkThirdParty": false,
"workspace.library": ["$VIMRUNTIME", "./lua"] "workspace.library": ["$VIMRUNTIME", "./lua"]