From f2ecc103cd814ebfa670d82978e87856dfbef1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 28 Jul 2024 15:16:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(nvim):=20trouble?= =?UTF-8?q?.nvim=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/editor/trouble-extended.lua | 2 -- 1 file changed, 2 deletions(-) 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",