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({
|
lspconfig.lua_ls.setup({
|
||||||
settings = {
|
settings = {
|
||||||
Lua = {
|
Lua = {
|
||||||
|
hint = {
|
||||||
|
enable = true,
|
||||||
|
setType = true
|
||||||
|
},
|
||||||
completion = {
|
completion = {
|
||||||
callSnippet = "Replace",
|
callSnippet = "Replace",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user