I like the markdown folding actually

This commit is contained in:
secretspecter 2024-03-06 17:16:14 -07:00
parent 7674d2f29f
commit 5cf4a242c0

View file

@ -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"