23022024-1
This commit is contained in:
parent
601428c3b3
commit
b095a667c9
4 changed files with 46 additions and 19 deletions
23
global/.config/nvim/lua/plugins/mkdnflow.lua
Normal file
23
global/.config/nvim/lua/plugins/mkdnflow.lua
Normal file
|
@ -0,0 +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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue