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