mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
fix(plugin): enable lazy_file
This commit is contained in:
parent
171a843edf
commit
27ceb433a9
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ function M.lazy_file()
|
|||
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
|
||||
|
||||
M.fix_lazy_file()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue