Revert "enable markdown folding 🙏"

This reverts commit c231f2fc2a.
This commit is contained in:
Thomas Ruoff
2023-04-26 22:37:30 +02:00
parent 2608e38342
commit 5b5850bf0b

View File

@@ -58,8 +58,6 @@ 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.
--