mirror of https://github.com/LazyVim/starter
feat: lazy loading image
parent
9de02efef4
commit
9e2fa28118
|
@ -13,9 +13,9 @@ return {
|
|||
},
|
||||
{
|
||||
"3rd/image.nvim",
|
||||
lazy = true,
|
||||
event = "VeryLazy",
|
||||
dependencies = { "luarocks.nvim" },
|
||||
config = function()
|
||||
-- ...
|
||||
end,
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue