add hinting to lua

pull/1705/head
peturparkur 2 weeks ago
parent 57c0b6c568
commit 20385b22e9

@ -150,6 +150,9 @@ local Languages = {
completion = {
callSnippet = 'Replace',
},
hint = {
enable = true,
},
-- You can toggle below to ignore Lua_LS's noisy `missing-fields` warnings
-- diagnostics = { disable = { 'missing-fields' } },
},

Loading…
Cancel
Save