mirror of
https://github.com/dam9000/kickstart-modular.nvim.git
synced 2025-12-28 01:13:58 +00:00
Merge remote-tracking branch 'upstream/master'
option to reduce noisy Lua_LS's missing-fields warnings (#511)
This commit is contained in:
commit
1ef3d22988
@ -79,6 +79,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' } },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user