Watch
1
0
Fork
You've already forked dotfiles
0

helix: Configure inlay hints

This commit is contained in:
Jeremy Kaplan 2026-08-04 13:09:47 -04:00
commit c0c4edd4ab
2 changed files with 5 additions and 0 deletions

View file

@ -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"]