dotvim/after/ftplugin/markdown.lua

4 lines
91 B
Lua
Raw Permalink Normal View History

2024-10-03 03:45:41 +00:00
vim.opt_local.colorcolumn = {120}
vim.opt_local.spell = true
vim.opt_local.textwidth = 120