mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
fix(win): no need to set EndOfBuffer winhl
This commit is contained in:
parent
be31778952
commit
7a7f221020
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ local defaults = {
|
|||
style = "minimal",
|
||||
},
|
||||
wo = {
|
||||
winhighlight = "EndOfBuffer:NormalFloat,Normal:NormalFloat,NormalNC:NormalFloat",
|
||||
winhighlight = "Normal:NormalFloat,NormalNC:NormalFloat",
|
||||
},
|
||||
bo = {},
|
||||
keys = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue