1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +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",
"type",
"unpack",
"table"
"table",
"string",
"os",
"tostring",
],
"workspace.checkThirdParty": false,
"workspace.library": ["$VIMRUNTIME", "./lua"]