Watch
1
0
Fork
You've already forked dotfiles
0

helix: Use superhtml for syntax only

This is too strict when working with web components and non-standard
attributes (HTMX).
This commit is contained in:
Jeremy Kaplan 2026-06-23 12:49:36 -04:00
commit 58aec46f3a

View file

@ -14,6 +14,9 @@ rangeVariableTypes = false
[language-server.rust-analyzer.config.check]
command = "clippy"
[language-server.superhtml]
args = ["lsp", "--syntax-only"]
[language-server.tinymist]
command = "tinymist"