From 26827d5b50b5c92371dbe93028f1eed685706398 Mon Sep 17 00:00:00 2001 From: Tyler Miller Date: Sat, 27 Jul 2024 20:26:41 -0700 Subject: [PATCH] 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. --- .luarc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.luarc.json b/.luarc.json index 98a61b1..8a2bec9 100644 --- a/.luarc.json +++ b/.luarc.json @@ -10,6 +10,7 @@ "workspace": { "checkThirdParty": "Disable", "library": [ + "$VIMRUNTIME", "test/plenary" ], "ignoreDir": [