AutoYADM commit: 2024-12-03 17:30:03
This commit is contained in:
parent
a3ecd05b40
commit
d09d36f180
2 changed files with 17 additions and 0 deletions
|
@ -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 = {},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue