19 lines
253 B
Lua
19 lines
253 B
Lua
return {
|
|
"hedyhli/markdown-toc.nvim",
|
|
ft = "markdown",
|
|
opts = {
|
|
fences = {
|
|
enabled = true,
|
|
start_text = "toc-start",
|
|
end_text = "toc-end",
|
|
},
|
|
|
|
auto_update = true,
|
|
|
|
toc_list = {
|
|
markers = "1.",
|
|
cycle_markers = false,
|
|
},
|
|
},
|
|
}
|