feat(nvim): disable markdown heading background

This commit is contained in:
Sergio Laín 2025-08-11 23:33:58 +02:00
parent 8786113894
commit dd9b6c424b
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -48,6 +48,9 @@ return {
checkbox = {
enabled = true,
},
heading = {
atx = false,
},
preset = "obsidian",
},
},