Skip to content

Commit a9ea1d1

Browse files
committed
fix(markdown): Always wrap lines
1 parent 93d4f00 commit a9ea1d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

after/ftplugin/markdown.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
vim.opt_local.linebreak = true -- Break lines at word boundaries
2+
vim.opt_local.textwidth = 0 -- Disable text width
3+
vim.opt_local.wrap = true -- Enable line wrapping

0 commit comments

Comments
 (0)