Adds optolith addon
This commit is contained in:
parent
521199ae23
commit
d858ee8e8e
3 changed files with 87 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue