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

@ -21,6 +21,7 @@
"flash.nvim": { "branch": "main", "commit": "34c7be146a91fec3555c33fe89c7d643f6ef5cf1" },
"friendly-snippets": { "branch": "main", "commit": "efff286dd74c22f731cdec26a70b46e5b203c619" },
"grug-far.nvim": { "branch": "main", "commit": "8d0ad05760ee13e4e17dca19b2a1254eb335199a" },
"image.nvim": { "branch": "master", "commit": "5f8fceca2d1be96a45b81de21c2f98bf6084fb34" },
"inc-rename.nvim": { "branch": "main", "commit": "1871ca49ae6ee3e9ebee37955ba10c7b1425974f" },
"indent-blankline.nvim": { "branch": "master", "commit": "7871a88056f7144defca9c931e311a3134c5d509" },
"lazy.nvim": { "branch": "main", "commit": "7967abe55752aa90532e6bb4bd4663fe27a264cb" },

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