dotvim/ftplugin/markdown.lua

4 lines
73 B
Lua
Raw Normal View History

2022-10-22 11:08:30 -07:00
vim.opt.colorcolumn = {120}
2022-10-21 17:55:56 -07:00
vim.opt.spell = true
vim.opt.textwidth = 120