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:
parent
1a3ed3453c
commit
1fc9d83c9b
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,10 @@
|
|||
"pairs",
|
||||
"type",
|
||||
"unpack",
|
||||
"table"
|
||||
"table",
|
||||
"string",
|
||||
"os",
|
||||
"tostring",
|
||||
],
|
||||
"workspace.checkThirdParty": false,
|
||||
"workspace.library": ["$VIMRUNTIME", "./lua"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue