markdown: set mkdnflow to conceal links
Co-Authored-by: iGor milhit <igor@milhit.ch>
parent
08a762f3b2
commit
c3b5f943f7
|
@ -16,6 +16,9 @@ return {
|
||||||
lazy = true,
|
lazy = true,
|
||||||
config = function ()
|
config = function ()
|
||||||
require('mkdnflow').setup({
|
require('mkdnflow').setup({
|
||||||
|
links = {
|
||||||
|
conceal = true,
|
||||||
|
}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue