mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-21 05:46:45 +00:00
fix: decompilation fixes
This commit is contained in:
parent
ae0b87181d
commit
57d024ef19
4 changed files with 6 additions and 5 deletions
|
@ -58,7 +58,7 @@ function M.setup(opts)
|
|||
pattern = "VeryLazy",
|
||||
once = true,
|
||||
callback = function()
|
||||
-- require("lazy.view").setup()
|
||||
require("lazy.view").setup()
|
||||
end,
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue