Skip to content

Commit

Permalink
fix: prefix color highlighting on nvim 0.9 (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conni2461 committed Feb 26, 2023
1 parent a486ac3 commit a3f17d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/telescope/pickers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ function Picker:find()

await_schedule()

-- we need to set the prefix color after changing mode since
-- https://github.com/neovim/neovim/commit/cbf9199d65325c1167d7eeb02a34c85d243e781c
self:_reset_prefix_color()

while true do
-- Wait for the next input
rx.last()
Expand Down

0 comments on commit a3f17d3

Please sign in to comment.