11 lines
146 B
Lua
11 lines
146 B
Lua
require('render-markdown').setup({
|
|
completions = {
|
|
lsp = {
|
|
enabled = true,
|
|
}
|
|
},
|
|
heading = {
|
|
backgrounds = { '' },
|
|
},
|
|
})
|