Skip to content

Commit

Permalink
fix: call setup even when opts arent passed
Browse files Browse the repository at this point in the history
  • Loading branch information
HakonHarnes committed Feb 8, 2024
1 parent 41430ba commit c93f0d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/img-clip/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,6 @@ function M.setup(config_opts)
M.opts = M.sort_config(M.opts)
end

M.setup()

return M

0 comments on commit c93f0d6

Please sign in to comment.