feat(nvim): show inlay hints for lua_ls

This commit is contained in:
Price Hiller 2024-02-02 21:55:43 -06:00
parent 3d7ae67a45
commit 339e94d114
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -280,6 +280,10 @@ return {
lspconfig.lua_ls.setup({
settings = {
Lua = {
hint = {
enable = true,
setType = true
},
completion = {
callSnippet = "Replace",
},