(neovim) introduce markdown-toc
This commit is contained in:
parent
92b963811e
commit
5b93cdb987
1 changed files with 28 additions and 18 deletions
|
@ -1,4 +1,5 @@
|
|||
return {
|
||||
{
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
ft = { "markdown", "norg", "rmd", "org", "codecompanion" },
|
||||
config = function()
|
||||
|
@ -17,4 +18,13 @@ return {
|
|||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
{
|
||||
"hedyhli/markdown-toc.nvim",
|
||||
ft = "markdown",
|
||||
cmd = { "Mtoc" },
|
||||
config = function()
|
||||
require('mtoc').setup({})
|
||||
end,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue