dotfiles/.config/nvim/ftplugin/markdown.lua
2025-07-21 13:08:28 +00:00

4 lines
91 B
Lua

vim.opt_local.spell = true
vim.opt_local.textwidth = 79
vim.opt_local.linebreak = true