Skip to content

Commit 93976e9

Browse files
committed
chore(lua_ls): enable inlay hints
1 parent 6573114 commit 93976e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.luarc.jsonc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
"weakUnionCheck": true,
3131
"castNumberToInteger": true
3232
},
33+
"hint": {
34+
"enable": true,
35+
"setType": true,
36+
},
3337
"telemetry.enable": false
3438
}

0 commit comments

Comments
 (0)