Skip to content

Commit 26827d5

Browse files
committed
chore(luarc): include VIMRUNTIME in workspace library
This commit adds the `$VIMRUNTIME` environment variable to `workspace.library` in `.luarc.json`. The Lua language server does not merge `workspace.library` in the configuration it receives from multiple sources. As a result, only the `library` from `.luarc.json` gets used.
1 parent 3a0f796 commit 26827d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.luarc.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"workspace": {
1111
"checkThirdParty": "Disable",
1212
"library": [
13+
"$VIMRUNTIME",
1314
"test/plenary"
1415
],
1516
"ignoreDir": [

0 commit comments

Comments
 (0)