23022024-4
This commit is contained in:
parent
8930c5b7df
commit
06e5331c46
5 changed files with 33 additions and 9 deletions
|
@ -18,6 +18,15 @@ return {
|
|||
cmp = true,
|
||||
},
|
||||
filetypes = { md = true, rmd = true, markdown = true, telekasten = true },
|
||||
links = {
|
||||
transform_explicit = function(text)
|
||||
return text
|
||||
end,
|
||||
style = "wiki",
|
||||
},
|
||||
})
|
||||
end,
|
||||
dependencies = {
|
||||
"bullets-vim/bullets.vim",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue