Skip to content

Commit 36b6813

Browse files
committed
fix: don't steal focus on auto_open. Fixes folke#48
1 parent d4ce76f commit 36b6813

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/trouble/init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ local function get_opts(...)
4040
else
4141
opts.mode = value
4242
end
43+
else
44+
opts[key] = value
4345
end
4446
end
4547
opts = opts or {}

0 commit comments

Comments
 (0)