fix markdown editor settings
This commit is contained in:
@@ -6,7 +6,7 @@ local o = vim.opt_local
|
|||||||
autocmd('FileType', {
|
autocmd('FileType', {
|
||||||
pattern = 'markdown',
|
pattern = 'markdown',
|
||||||
callback = function()
|
callback = function()
|
||||||
o.colorcolumn = '+1,+2'
|
-- o.colorcolumn = '+1,+2'
|
||||||
o.textwidth = 80
|
o.textwidth = 80
|
||||||
o.spell = true
|
o.spell = true
|
||||||
end,
|
end,
|
||||||
|
|||||||
Reference in New Issue
Block a user