add markdown rendering

This commit is contained in:
xesc 2025-06-04 11:39:10 +02:00
parent 6fe483f173
commit cd0a2d4c3e
3 changed files with 86 additions and 1 deletions

View file

@ -22,7 +22,7 @@ vim.opt.shiftwidth = 2
vim.opt.expandtab = true
-- enable foldcolumn
vim.wo.foldcolumn = "2"
vim.wo.foldcolumn = "auto:7"
-- enable wrap
vim.opt.wrap = true