chore(vim): add some more of the busted globals
This commit is contained in:
parent
05e16a3226
commit
78ba21f30d
1 changed files with 3 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue