-- Specific settings for markdown files
-- Use treesitter for folding
-- Disable the color column
-- vim.opt.foldmethod="expr"
-- vim.opt.foldexpr="nvim_treesitter#foldexpr()"
-- vim.g.markdown_folding=1
-- vim.opt.foldlevel=1