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:
parent
1a3ed3453c
commit
1fc9d83c9b
1 changed files with 4 additions and 1 deletions
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue