mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
feat(ui): keep cursor position when rendering view
This commit is contained in:
parent
249902ab31
commit
591ded8309
2 changed files with 5 additions and 1 deletions
|
@ -136,7 +136,7 @@ function Runner:_start()
|
|||
wait_step = s.step
|
||||
else
|
||||
s.task = self:queue(plugin, step)
|
||||
plugin._.working = not not s.task
|
||||
plugin._.working = true
|
||||
active = active + 1
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue