Skip to content

Commit 99bbfe7

Browse files
fix(telescope): Correct index for finder (#136)
Use `Config.options.commands.history` instead of `Config.options.history`
1 parent e3379cb commit 99bbfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/telescope/_extensions/noice.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function M.display(message)
2727
end
2828

2929
function M.finder()
30-
local messages = Manager.get(Config.options.history.filter, {
30+
local messages = Manager.get(Config.options.commands.history.filter, {
3131
history = true,
3232
sort = true,
3333
reverse = true,

0 commit comments

Comments
 (0)