diff --git a/init.lua b/init.lua index 041aee1..2b4a32c 100644 --- a/init.lua +++ b/init.lua @@ -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. --