trouble no longer gains focus immediately after opening
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user