diff --git a/.config/nvim/lua/plugins/trouble.lua b/.config/nvim/lua/plugins/trouble.lua index ddf2a2b..cb20e4d 100644 --- a/.config/nvim/lua/plugins/trouble.lua +++ b/.config/nvim/lua/plugins/trouble.lua @@ -1,11 +1,11 @@ return { - 'folke/trouble.nvim', - dependencies = { - 'nvim-tree/nvim-web-devicons', - 'folke/todo-comments.nvim', - }, - cmd = 'Trouble', - opts = { - focus = true, - }, -} \ No newline at end of file + 'folke/trouble.nvim', + dependencies = { + 'nvim-tree/nvim-web-devicons', + 'folke/todo-comments.nvim', + }, + cmd = 'Trouble', + opts = { + focus = false, + }, +}