Force wrapping on markdown in helix

This is coming by default next version but it's not out yet so we can
stopgap this for now.
This commit is contained in:
Trysdyn Black 2023-12-29 16:47:54 -08:00
parent 91b6e2377f
commit e71c22b63a

View file

@ -10,3 +10,7 @@ args = ["--stdio"]
[language-server.ruff]
command = "ruff-lsp"
[[language]]
name = "markdown"
soft-wrap.enable = true