mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix inlay_hints toggle for Lua_ls
This commit is contained in:
parent
ec5981dfb1
commit
413fb47607
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ return {
|
||||||
enable = true,
|
enable = true,
|
||||||
setType = false,
|
setType = false,
|
||||||
paramType = true,
|
paramType = true,
|
||||||
paramName = "Disable",
|
paramName = "Enable",
|
||||||
semicolon = "Disable",
|
semicolon = "Disable",
|
||||||
arrayIndex = "Disable",
|
arrayIndex = "Disable",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue