markdown: set mkdnflow to conceal links

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2023-06-08 07:12:48 +02:00
parent 4ce0a81056
commit fa8a07a7b8
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,9 @@ return {
lazy = true, lazy = true,
config = function () config = function ()
require('mkdnflow').setup({ require('mkdnflow').setup({
links = {
conceal = true,
}
}) })
end end
} }