feat: lazy loading image

This commit is contained in:
fm39hz-workstation 2024-05-16 11:21:03 +07:00 committed by fm39hz-laptop
parent 9de02efef4
commit 9e2fa28118

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