feat(markdown): automatically wrap long lines
This commit is contained in:
parent
15737b7151
commit
a09691b210
1 changed files with 2 additions and 0 deletions
|
@ -3,3 +3,5 @@ vim.bo.fileformat = 'unix'
|
|||
|
||||
-- Optionally, enable spell checking for JSON comments
|
||||
vim.wo.spell = true
|
||||
-- Automatically wrap long lines
|
||||
vim.o.wrap = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue