aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.luarc.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/.luarc.json b/.luarc.json
index 8dc060501..5b5aa24b2 100644
--- a/.luarc.json
+++ b/.luarc.json
@@ -1,13 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime": {
- "version": "LuaJIT"
+ "version": "LuaJIT"
},
"workspace": {
"library": [
"lua",
"$VIMRUNTIME",
- "${3rd}/luv/library"
+ "${3rd}/luv/library",
+ "${3rd}/busted/library"
],
"checkThirdParty": false
},