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. --