Dotfiles with the latest changes
This commit is contained in:
18
.config/nvim/lua/jirr02/plugins/markdown-toc.lua
Normal file
18
.config/nvim/lua/jirr02/plugins/markdown-toc.lua
Normal file
@@ -0,0 +1,18 @@
|
||||
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,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user