mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 01:14:41 +02:00
feat(lua_ls): configure default lua_ls inlay hint settings
This commit is contained in:
parent
2c86da7c2d
commit
91ead22116
1 changed files with 11 additions and 0 deletions
|
@ -75,6 +75,17 @@ return {
|
||||||
completion = {
|
completion = {
|
||||||
callSnippet = "Replace",
|
callSnippet = "Replace",
|
||||||
},
|
},
|
||||||
|
doc = {
|
||||||
|
privateName = { "^_" },
|
||||||
|
},
|
||||||
|
hint = {
|
||||||
|
enable = true,
|
||||||
|
setType = false,
|
||||||
|
paramType = true,
|
||||||
|
paramName = "Disable",
|
||||||
|
semicolon = "Disable",
|
||||||
|
arrayIndex = "Disable",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue