mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(win): properly resolve user styles as last
This commit is contained in:
parent
5df4394c60
commit
cc5ee192ca
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ function M.new(opts)
|
|||
local self = setmetatable({}, { __index = M })
|
||||
id = id + 1
|
||||
self.id = id
|
||||
opts = M.resolve(Snacks.config.get("win", defaults, opts))
|
||||
opts = M.resolve(Snacks.config.get("win", defaults), opts)
|
||||
if opts.minimal then
|
||||
opts = M.resolve("minimal", opts)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue