helix: Wrap markdown files at 80 characters
This commit is contained in:
parent
70f451039d
commit
3e7421b27d
1 changed files with 7 additions and 0 deletions
7
helix/languages.toml
Normal file
7
helix/languages.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[[language]]
|
||||
name = "markdown"
|
||||
text-width = 80
|
||||
|
||||
[language.soft-wrap]
|
||||
enable = true
|
||||
wrap-at-text-width = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue