nvim/after/ftplugin/markdown.lua

3 lines
44 B
Lua
Raw Normal View History

2024-03-15 05:23:26 -07:00
vim.o.linebreak = true
2024-03-16 01:39:04 -07:00
vim.o.textwidth = 80