mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(fzf): cleanup
This commit is contained in:
parent
c6ddb2328d
commit
79b7c489fd
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue