Added additional type hints
This commit is contained in:
parent
3598b7048d
commit
c2e317519a
@ -3,5 +3,5 @@ require'lsp_extensions'.inlay_hints{
|
||||
prefix = " > ",
|
||||
aligned = false,
|
||||
only_current_line = false,
|
||||
enabled = { "ChainingHint" }
|
||||
enabled = {"TypeHint", "ChainingHint", "ParameterHint"}
|
||||
}
|
Loading…
Reference in New Issue
Block a user