feat(nvim): show inlay hints for lua_ls
This commit is contained in:
parent
3d7ae67a45
commit
339e94d114
@ -280,6 +280,10 @@ return {
|
||||
lspconfig.lua_ls.setup({
|
||||
settings = {
|
||||
Lua = {
|
||||
hint = {
|
||||
enable = true,
|
||||
setType = true
|
||||
},
|
||||
completion = {
|
||||
callSnippet = "Replace",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user