dotvim/after/ftplugin/markdown.lua

4 lines
73 B
Lua

vim.opt.colorcolumn = {120}
vim.opt.spell = true
vim.opt.textwidth = 120