mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
perf: tasks are now fully async
This commit is contained in:
parent
36952153ec
commit
0614ca6ca6
2 changed files with 87 additions and 68 deletions
|
@ -105,7 +105,7 @@ M.defaults = {
|
|||
-- leave nil, to automatically select a browser depending on your OS.
|
||||
-- If you want to use a specific browser, you can define it here
|
||||
browser = nil, ---@type string?
|
||||
throttle = 20, -- how frequently should the ui process render events
|
||||
throttle = 1000 / 30, -- how frequently should the ui process render events
|
||||
custom_keys = {
|
||||
-- You can define custom key maps here. If present, the description will
|
||||
-- be shown in the help menu.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue