fix(fzf): cleanup

This commit is contained in:
Folke Lemaitre
2024-06-11 15:47:14 +02:00
parent c6ddb2328d
commit 79b7c489fd

View File

@ -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)