Skip to content

Commit 4937f70

Browse files
committed
fix: set the telescope default filetype in prompt
See #81
1 parent a6b153a commit 4937f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/frecency/picker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ m.config = {
5555
m.set_buf = function()
5656
util.buf_set {
5757
m.picker.prompt_bufnr,
58-
options = { filetype = "frecency", completefunc = "frecency#FrecencyComplete" },
58+
options = { filetype = "TelescopePrompt", completefunc = "frecency#FrecencyComplete" },
5959
mappings = {
6060
expr = true,
6161
["i|<Tab>"] = "pumvisible() ? '<C-n>' : '<C-x><C-u>'",

0 commit comments

Comments
 (0)