chore(vim): add some more of the busted globals

This commit is contained in:
Ade Attwood 2024-06-08 17:50:56 +01:00
parent 05e16a3226
commit 78ba21f30d

View file

@ -27,7 +27,9 @@ local servers = {
Lua = {
telemetry = { enable = false },
runtime = { version = "LuaJIT" },
diagnostics = { globals = { "vim", "configz", "describe", "it", "assert", "spy" } },
diagnostics = {
globals = { "vim", "configz", "describe", "it", "assert", "spy", "stub", "before_each", "after_each" },
},
workspace = {
library = workspace_library,
checkThirdParty = false,