Skip to content

Commit

Permalink
fix: don't steal focus on auto_open. Fixes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 14, 2021
1 parent d4ce76f commit 36b6813
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/trouble/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ local function get_opts(...)
else
opts.mode = value
end
else
opts[key] = value
end
end
opts = opts or {}
Expand Down

0 comments on commit 36b6813

Please sign in to comment.