diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index d76c792..f95c7e7 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -460,6 +460,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()