From c231f2fc2afd4d9f1e04af6acf66d1ba7bd74cb9 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 26 Apr 2023 22:31:13 +0200 Subject: [PATCH] enable markdown folding :pray: --- init.lua | 2 ++ 1 file changed, 2 insertions(+) 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. --