mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
feat(util): set_hl no longer sets default=true when not specified
This commit is contained in:
parent
5d472b833b
commit
d6309c62b8
5 changed files with 8 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue