feat(util): set_hl no longer sets default=true when not specified

This commit is contained in:
Folke Lemaitre 2024-12-10 07:50:58 +01:00
parent 5d472b833b
commit d6309c62b8
5 changed files with 8 additions and 7 deletions

View file

@ -70,7 +70,7 @@ Snacks.util.set_hl({
Footer = "FloatFooter",
Key = "DiagnosticVirtualTextInfo",
Desc = "DiagnosticInfo",
}, { prefix = "SnacksScratch" })
}, { prefix = "SnacksScratch", default = true })
Snacks.config.style("scratch", {
width = 100,