Skip to content

Commit

Permalink
fix(telescope): Correct index for finder (#136)
Browse files Browse the repository at this point in the history
Use `Config.options.commands.history` instead of `Config.options.history`
  • Loading branch information
ranjithshegde authored Oct 27, 2022
1 parent e3379cb commit 99bbfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/_extensions/noice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function M.display(message)
end

function M.finder()
local messages = Manager.get(Config.options.history.filter, {
local messages = Manager.get(Config.options.commands.history.filter, {
history = true,
sort = true,
reverse = true,
Expand Down

0 comments on commit 99bbfe7

Please sign in to comment.