1 parent 93d4f00 commit a9ea1d1Copy full SHA for a9ea1d1
1 file changed
after/ftplugin/markdown.lua
@@ -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