helix: Configure inlay hints
This commit is contained in:
parent
9f34a86a85
commit
c0c4edd4ab
2 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ rangeVariableTypes = false
|
|||
[language-server.rust-analyzer.config.check]
|
||||
command = "clippy"
|
||||
|
||||
[language-server.rust-analyzer.config.inlayHints]
|
||||
bindingModeHints.enable = true
|
||||
parameterHints.enable = false
|
||||
|
||||
[language-server.superhtml]
|
||||
args = ["lsp", "--syntax-only"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue