disable extra lua warnings

This commit is contained in:
Eric Olerud 2025-04-02 21:58:47 -04:00
parent a87c5e3035
commit 4cc7dd1837
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ return {
callSnippet = 'Replace', callSnippet = 'Replace',
}, },
-- You can toggle below to ignore Lua_LS's noisy `missing-fields` warnings -- You can toggle below to ignore Lua_LS's noisy `missing-fields` warnings
-- diagnostics = { disable = { 'missing-fields' } }, diagnostics = { disable = { 'missing-fields' } },
}, },
}, },
}, },