mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
fix: highlights
This commit is contained in:
parent
57d024ef19
commit
35b1f98ac7
4 changed files with 10 additions and 17 deletions
|
@ -1,3 +1,4 @@
|
|||
local Util = require("lazy.util")
|
||||
local Render = require("lazy.view.render")
|
||||
|
||||
local M = {}
|
||||
|
@ -71,11 +72,8 @@ function M.show()
|
|||
|
||||
local render = Util.throttle(30, function()
|
||||
vim.bo[buf].modifiable = true
|
||||
|
||||
Render.render_plugins(buf, win, 2)
|
||||
|
||||
vim.bo[buf].modifiable = false
|
||||
|
||||
vim.cmd.redraw()
|
||||
end)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue