add hinting to lua

This commit is contained in:
peturparkur 2025-08-25 22:16:01 +02:00
parent 57c0b6c568
commit 20385b22e9
1 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,9 @@ local Languages = {
completion = { completion = {
callSnippet = 'Replace', callSnippet = 'Replace',
}, },
hint = {
enable = true,
},
-- 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' } },
}, },