Skip to content

Commit

Permalink
fix: invoke telescope frecency normally.
Browse files Browse the repository at this point in the history
Signed-off-by: ayamir <lgt986452565@gmail.com>
  • Loading branch information
ayamir committed Aug 6, 2023
1 parent ac877da commit 8d7989c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/keymap/tool.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ local plug_map = {
:with_silent()
:with_desc("find: Project"),
["n|<leader>fr"] = map_callback(function()
require("telescope").extensions.frecency.frecency()
require("telescope").extensions.frecency.frecency({})
end)
:with_noremap()
:with_silent()
Expand Down

0 comments on commit 8d7989c

Please sign in to comment.