diff options
Diffstat (limited to '.luarc.json')
| -rw-r--r-- | .luarc.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.luarc.json b/.luarc.json index 5b5aa24b2..b983242ef 100644 --- a/.luarc.json +++ b/.luarc.json @@ -5,12 +5,13 @@ }, "workspace": { "library": [ - "lua", "$VIMRUNTIME", - "${3rd}/luv/library", "${3rd}/busted/library" ], - "checkThirdParty": false + "ignoreDir": [ + "tests" + ], + "checkThirdParty": "Disable" }, "diagnostics": { "groupFileStatus": { |
