summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/image.lua
blob: ca02217cce78d74e7909800d5f2c9e78346c772c (plain)
1
2
3
4
5
6
7
return {
  "image.nvim",
  lazy = false,
  after = function ()
    require("image").setup{}
  end
}