Skip to content

Commit

Permalink
chore(luarc): include VIMRUNTIME in workspace library
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tmillr committed Jul 28, 2024
1 parent 3a0f796 commit 26827d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .luarc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"workspace": {
"checkThirdParty": "Disable",
"library": [
"$VIMRUNTIME",
"test/plenary"
],
"ignoreDir": [
Expand Down

0 comments on commit 26827d5

Please sign in to comment.