Skip to content

Commit 4c4e7bf

Browse files
committed
chore: add '$VIMRUNTIME' to workspace.library
AFAICT, this black magic (referencing an environment variable by name) is undocumented, but it appears to work.
1 parent 05285f9 commit 4c4e7bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.luarc.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
33
"workspace.library": [
4+
"$VIMRUNTIME",
45
"lua",
56
],
67
"runtime.version": "LuaJIT",

0 commit comments

Comments
 (0)