markdown: set mkdnflow to conceal links
Co-Authored-by: iGor milhit <igor@milhit.ch>
parent
4ce0a81056
commit
fa8a07a7b8
|
@ -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