mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
fix(ui): setup colors when loading a float
This commit is contained in:
parent
6ad76ecc26
commit
dbb2b609f6
2 changed files with 1 additions and 2 deletions
|
@ -37,6 +37,7 @@ end
|
|||
|
||||
---@param opts? LazyFloatOptions
|
||||
function M:init(opts)
|
||||
require("lazy.view.colors").setup()
|
||||
self.opts = vim.tbl_deep_extend("force", {
|
||||
size = Config.options.ui.size,
|
||||
style = "minimal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue