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 a6b153a commit 4937f70Copy full SHA for 4937f70
lua/frecency/picker.lua
@@ -55,7 +55,7 @@ m.config = {
55
m.set_buf = function()
56
util.buf_set {
57
m.picker.prompt_bufnr,
58
- options = { filetype = "frecency", completefunc = "frecency#FrecencyComplete" },
+ options = { filetype = "TelescopePrompt", completefunc = "frecency#FrecencyComplete" },
59
mappings = {
60
expr = true,
61
["i|<Tab>"] = "pumvisible() ? '<C-n>' : '<C-x><C-u>'",
0 commit comments