AutoYADM commit: 2024-12-21 15:40:04
This commit is contained in:
parent
05336a084d
commit
fe0cf442c2
1 changed files with 6 additions and 2 deletions
|
@ -8,13 +8,17 @@ return {
|
|||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.icons" },
|
||||
opts = {
|
||||
indent = {
|
||||
enabled = true,
|
||||
-- skip_level = 0,
|
||||
},
|
||||
anti_conceal = {
|
||||
enabled = true,
|
||||
},
|
||||
code = {
|
||||
-- sign = false,
|
||||
-- width = "block",
|
||||
-- right_pad = 1,
|
||||
width = "block",
|
||||
right_pad = 1,
|
||||
},
|
||||
heading = {
|
||||
width = "block",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue