mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(ui): re-render after resize. Fixes #174
This commit is contained in:
parent
1d3da277da
commit
9a2ecc8750
2 changed files with 2 additions and 1 deletions
|
@ -119,6 +119,7 @@ function M:mount()
|
|||
config[key] = self.opts.win_opts[key]
|
||||
end
|
||||
vim.api.nvim_win_set_config(self.win, config)
|
||||
vim.cmd([[do User LazyFloatResized]])
|
||||
end,
|
||||
})
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue