Skip to content

Commit 20385b2

Browse files
committed
add hinting to lua
1 parent 57c0b6c commit 20385b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/utils/languages.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ local Languages = {
150150
completion = {
151151
callSnippet = 'Replace',
152152
},
153+
hint = {
154+
enable = true,
155+
},
153156
-- You can toggle below to ignore Lua_LS's noisy `missing-fields` warnings
154157
-- diagnostics = { disable = { 'missing-fields' } },
155158
},

0 commit comments

Comments
 (0)