mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
Merge pull request #23293 from bfredl/bigsleep
refactor(time): refactor delay with input checking
This commit is contained in:
@@ -97,7 +97,6 @@ local init = only_separate(function()
|
||||
for _, c in ipairs(child_calls_init) do
|
||||
c.func(unpack(c.args))
|
||||
end
|
||||
libnvim.time_init()
|
||||
libnvim.fs_init()
|
||||
libnvim.event_init()
|
||||
libnvim.early_init(nil)
|
||||
|
Reference in New Issue
Block a user