From 5b5850bf0be93d31ec88a902a417e2cd94a34c31 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 26 Apr 2023 22:37:30 +0200 Subject: [PATCH] Revert "enable markdown folding :pray:" This reverts commit c231f2fc2afd4d9f1e04af6acf66d1ba7bd74cb9. --- init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.lua b/init.lua index 651d5c4..b1b0ae6 100644 --- a/init.lua +++ b/init.lua @@ -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. --