trouble no longer gains focus immediately after opening

This commit is contained in:
2024-11-29 14:13:34 -05:00
parent 925590b26b
commit b49c888641
+1 -1
View File
@@ -6,6 +6,6 @@ return {
}, },
cmd = 'Trouble', cmd = 'Trouble',
opts = { opts = {
focus = true, focus = false,
}, },
} }