feat(nvim): disable markdown heading background
This commit is contained in:
parent
8786113894
commit
dd9b6c424b
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ return {
|
||||||
checkbox = {
|
checkbox = {
|
||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
|
heading = {
|
||||||
|
atx = false,
|
||||||
|
},
|
||||||
preset = "obsidian",
|
preset = "obsidian",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue