nvim: Add markdown-toc plugin

This commit is contained in:
Andreas Tsouchlos 2025-03-10 08:59:47 +01:00
parent 76266a78a6
commit 3955038a6a

View File

@ -0,0 +1,7 @@
return {
"hedyhli/markdown-toc.nvim",
cmd = {
"Mtoc"
}, -- Or, lazy load on "Mtoc" command
opts = {}
}