Adds optolith addon

This commit is contained in:
Michel 2025-01-02 19:25:01 +01:00
parent 521199ae23
commit d858ee8e8e
3 changed files with 87 additions and 2 deletions

View file

@ -4,8 +4,13 @@ return {
opts = {},
config = function()
require("render-markdown").setup({
bullet = {
right_pad = 1,
bullet = {},
anti_conceal = {
enabled = false,
},
preset = "obsidian",
heading = {
position = "inline",
},
})
end,