diff --git a/.config/nvim/lua/plugins/extras/editor/trouble-extended.lua b/.config/nvim/lua/plugins/extras/editor/trouble-extended.lua index f9afd179..bd53b162 100644 --- a/.config/nvim/lua/plugins/extras/editor/trouble-extended.lua +++ b/.config/nvim/lua/plugins/extras/editor/trouble-extended.lua @@ -1,8 +1,6 @@ return { "folke/trouble.nvim", opts = { - auto_close = true, - focus = true, keys = { e = "jump", l = "fold_open",