feat: lazy loading image

pull/99/head
fm39hz-workstation 2024-05-16 11:21:03 +07:00 committed by fm39hz-laptop
parent 9de02efef4
commit 9e2fa28118
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ return {
},
{
"3rd/image.nvim",
lazy = true,
event = "VeryLazy",
dependencies = { "luarocks.nvim" },
config = function()
-- ...
end,
opts = {},
},
}