AutoYADM commit: 2024-12-03 17:30:03

This commit is contained in:
Daniel Fichtinger 2024-12-03 17:30:03 -05:00
parent a3ecd05b40
commit d09d36f180
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,16 @@
-- require("lazy").setup({
-- {
-- "3rd/image.nvim",
-- opts = {}
-- },
-- }, {
-- rocks = {
-- hererocks = true, -- recommended if you do not have global installation of Lua 5.1.
-- },
-- })
return {
{
"3rd/image.nvim",
opts = {},
},
}