nvim: Add markdown-toc plugin
This commit is contained in:
7
nvim/.config/nvim/lua/plugins/markdown_toc.lua
Normal file
7
nvim/.config/nvim/lua/plugins/markdown_toc.lua
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
return {
|
||||||
|
"hedyhli/markdown-toc.nvim",
|
||||||
|
cmd = {
|
||||||
|
"Mtoc"
|
||||||
|
}, -- Or, lazy load on "Mtoc" command
|
||||||
|
opts = {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user