dotvim/ftplugin/markdown.lua

4 lines
75 B
Lua
Raw Normal View History

2022-10-22 00:55:56 +00:00
vim.opt.colorcolumn = { 120 }
vim.opt.spell = true
vim.opt.textwidth = 120