From 79b7c489fdacd0a04e7025e72e9020c4ff595eb3 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 11 Jun 2024 15:47:14 +0200 Subject: [PATCH] fix(fzf): cleanup --- lua/lazyvim/plugins/extras/editor/fzf.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazyvim/plugins/extras/editor/fzf.lua b/lua/lazyvim/plugins/extras/editor/fzf.lua index a35973ec..ebeca0ae 100644 --- a/lua/lazyvim/plugins/extras/editor/fzf.lua +++ b/lua/lazyvim/plugins/extras/editor/fzf.lua @@ -40,7 +40,6 @@ return { actions.open_with_trouble = require("trouble.sources.fzf").actions.open -- Trouble config.defaults.actions.files["ctrl-t"] = require("trouble.sources.fzf").actions.open - config.set_action_helpstr(config.defaults.actions.files["ctrl-t"].fn, "open-with-trouble") -- Toggle root dir / cwd config.defaults.actions.files["ctrl-r"] = function(_, ctx)