mawkler / modicator.nvim

Cursor line number mode indicator plugin for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modicator doesn’t correctly update number highlight after opening file with Telescope

ddbrierton opened this issue · comments

Hi again,

I just noticed a small issue. Say I’m in buffer x, and I use Telescope to open buffer y. When Telescope is open I’m in insert mode, and modicator changes the line number highlight in buffer x to the insert mode colour. Once I open buffer y from Telescope, it opens in normal mode but modicator does not change the line number colour, it stays in the insert mode highlight. Quickly pressing i followed by <esc> resets things to how they should be. Here is a video:

modicator.mov

@ddbrierton Thanks for reporting this! It looks like an issue with Telescope. I've created an issue here: nvim-telescope/telescope.nvim#2636