20240818
This commit is contained in:
parent
4396724c36
commit
bbf6f65419
20 changed files with 359 additions and 114 deletions
|
@ -1,33 +1,12 @@
|
|||
return {
|
||||
"foozzi/mkdnflow.nvim",
|
||||
lazy = true,
|
||||
"jakewvincent/mkdnflow.nvim",
|
||||
-- ft = "markdown",
|
||||
config = function()
|
||||
require("mkdnflow").setup({
|
||||
modules = {
|
||||
bib = true,
|
||||
buffers = true,
|
||||
conceal = true,
|
||||
cursor = true,
|
||||
folds = true,
|
||||
links = true,
|
||||
lists = true,
|
||||
maps = true,
|
||||
paths = true,
|
||||
tables = true,
|
||||
yaml = true,
|
||||
cmp = true,
|
||||
},
|
||||
filetypes = { md = true, rmd = true, markdown = true, telekasten = true },
|
||||
links = {
|
||||
transform_explicit = function(text)
|
||||
return text
|
||||
end,
|
||||
style = "wiki",
|
||||
name_is_source = true,
|
||||
cmp = false,
|
||||
},
|
||||
})
|
||||
end,
|
||||
dependencies = {
|
||||
"bullets-vim/bullets.vim",
|
||||
},
|
||||
-- Your other plugins
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue