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
+9 -9
View File
@@ -1,11 +1,11 @@
return { return {
'folke/trouble.nvim', 'folke/trouble.nvim',
dependencies = { dependencies = {
'nvim-tree/nvim-web-devicons', 'nvim-tree/nvim-web-devicons',
'folke/todo-comments.nvim', 'folke/todo-comments.nvim',
}, },
cmd = 'Trouble', cmd = 'Trouble',
opts = { opts = {
focus = true, focus = false,
}, },
} }