This commit is contained in:
foozzi 2024-08-18 16:57:33 +02:00
parent 4396724c36
commit bbf6f65419
20 changed files with 359 additions and 114 deletions

View file

@ -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
}