dotfiles/.config/nvim/lua/plugins/image.lua

16 lines
290 B
Lua

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