mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36: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
|
@ -65,8 +65,6 @@ function M.create()
|
|||
vim.wo[self.win].wrap = false
|
||||
end
|
||||
|
||||
require("lazy.view.colors").setup()
|
||||
|
||||
self.state = vim.deepcopy(default_state)
|
||||
|
||||
self.render = Render.new(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue