23022024-2
This commit is contained in:
parent
b095a667c9
commit
ce6875c6ed
2 changed files with 41 additions and 41 deletions
|
@ -1,23 +1,23 @@
|
|||
return {
|
||||
'jakewvincent/mkdnflow.nvim',
|
||||
lazy = false,
|
||||
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}
|
||||
})
|
||||
end
|
||||
"foozzi/mkdnflow.nvim",
|
||||
lazy = false,
|
||||
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 },
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue