modicator.nvim icon indicating copy to clipboard operation
modicator.nvim copied to clipboard

Cursor line number mode indicator plugin for Neovim

Results 4 modicator.nvim issues
Sort by recently updated
recently updated
newest added

I've noticed in the Lazy profiler that Modicator takes a long time to load, somewhere around 600-900ms. When I remove Modicator, Neovim opens almost instantly. I am unsure of what's...

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...

- with `cursor_line_nr_background = false` ![image](https://github.com/mawkler/modicator.nvim/assets/42881610/2dbce9f7-2398-495a-a22c-ae0973d7655f) - with `cursor_line_nr_background = true` ![image](https://github.com/mawkler/modicator.nvim/assets/42881610/0398fb4a-bd8b-4dff-b1c2-73c254f7ef8b)

When using highlight set to foreground, actually mimic the exact same style that the lualine mode indicator has, e.g. setting fg and bg accordingly. For highlight set to background, only...