enable markdown folding 🙏

This commit is contained in:
Thomas Ruoff
2023-04-26 22:31:13 +02:00
parent 857dfc4397
commit c231f2fc2a

View File

@@ -58,6 +58,8 @@ if not vim.loop.fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
vim.cmd [[ let g:markdown_folding = 1 ]]
-- NOTE: Here is where you install your plugins.
-- You can configure plugins using the `config` key.
--