We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c78364 commit 58cce90Copy full SHA for 58cce90
lua/modules/configs/tool/search.lua
@@ -57,7 +57,7 @@ return function()
57
opts = { additional_args = { "--no-ignore" } }
58
end
59
60
- return use_fzf and fzf[fzf_fn](opts) or tb_fn(opts)
+ return (use_fzf and fzf[fzf_fn] or tb_fn)(opts)
61
62
63
0 commit comments