dotvim/ftplugin/markdown.lua

4 lines
73 B
Lua
Raw Permalink Normal View History

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