dotvim/ftplugin/markdown.lua

4 lines
75 B
Lua

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