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