dotvim/ftplugin/markdown.lua
2022-10-22 11:08:30 -07:00

4 lines
73 B
Lua

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