mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-25 13:15:04 +02:00
Revert "fix(config): disable LazyFile till v10.0"
This reverts commit ee7a401388
.
This commit is contained in:
parent
61f1c308bf
commit
5f5acb5b88
1 changed files with 0 additions and 2 deletions
|
@ -278,7 +278,6 @@ function M.init()
|
|||
M.use_lazy_file = M.use_lazy_file and vim.fn.argc(-1) > 0
|
||||
---@diagnostic disable-next-line: undefined-field
|
||||
M.use_lazy_file = M.use_lazy_file and require("lazy.core.handler.event").trigger_events == nil
|
||||
M.use_lazy_file = false -- disablle for now till v10.0
|
||||
|
||||
-- delay notifications till vim.notify was replaced or after 500ms
|
||||
require("lazyvim.util").lazy_notify()
|
||||
|
@ -315,7 +314,6 @@ function M.init()
|
|||
events[#events + 1] = event
|
||||
end
|
||||
end
|
||||
plugin.event = events
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue