Merge pull request #1 from nvim-lua/master

option to reduce noisy Lua_LS's missing-fields warnings (#511)
This commit is contained in:
etiedem 2023-11-27 13:50:59 -05:00 committed by GitHub
commit a00dbafce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -531,6 +531,8 @@ local servers = {
Lua = {
workspace = { checkThirdParty = false },
telemetry = { enable = false },
-- NOTE: toggle below to ignore Lua_LS's noisy `missing-fields` warnings
-- diagnostics = { disable = { 'missing-fields' } },
},
},
}