feat: lazy loading image

This commit is contained in:
fm39hz-workstation 2024-05-16 11:21:03 +07:00
parent 303a41db6b
commit 259a4b2744

View file

@ -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,
}, },
} }