From 5cf4a242c0194f78d90cc96e7e6ca7fcd039d214 Mon Sep 17 00:00:00 2001 From: secretspecter Date: Wed, 6 Mar 2024 17:16:14 -0700 Subject: [PATCH] I like the markdown folding actually --- fnl/plugins.fnl | 2 -- 1 file changed, 2 deletions(-) diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index c2861bb..aa1b842 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -1,4 +1,3 @@ -(set vim.g.vim_markdown_folding_disabled 1) (set vim.g.sexp_filetypes "racket,fennel") (let [lazy (require :lazy)] @@ -6,7 +5,6 @@ {:url "https://github.com/nvim-treesitter/nvim-treesitter" :build ":TSUpdate"} "https://github.com/guns/vim-sexp" - ;"https://github.com/ludovicchabant/vim-gutentags" "https://github.com/preservim/vim-markdown" "https://github.com/richardbizik/nvim-toc" "https://github.com/nvim-lua/plenary.nvim"