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:
parent
91b6e2377f
commit
e71c22b63a
1 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,7 @@ args = ["--stdio"]
|
||||||
|
|
||||||
[language-server.ruff]
|
[language-server.ruff]
|
||||||
command = "ruff-lsp"
|
command = "ruff-lsp"
|
||||||
|
|
||||||
|
[[language]]
|
||||||
|
name = "markdown"
|
||||||
|
soft-wrap.enable = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue