Skip to content

Commit c93f0d6

Browse files
author
Håkon Harnes
committed
fix: call setup even when opts arent passed
1 parent 41430ba commit c93f0d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/img-clip/config.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,6 @@ function M.setup(config_opts)
309309
M.opts = M.sort_config(M.opts)
310310
end
311311

312+
M.setup()
313+
312314
return M

0 commit comments

Comments
 (0)