mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: lazy loading image
This commit is contained in:
parent
9de02efef4
commit
9e2fa28118
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue