Skip to content

Commit

Permalink
feat(config): set focus=false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 30, 2024
1 parent 6ccd579 commit c7e5398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/trouble/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ local M = {}
local defaults = {
debug = false,
pinned = false, -- When pinned, the opened trouble window will be bound to the current buffer
focus = true, -- Focus the window when opened
focus = false, -- Focus the window when opened
follow = true, -- Follow the current item
results = {
---@type trouble.Window.opts
Expand Down

0 comments on commit c7e5398

Please sign in to comment.