mawkler / modicator.nvim

Cursor line number mode indicator plugin for Neovim
MIT License
298 stars 6 forks source link

Remove false-positives from warnings and fix highlighting #22

Closed alexmozaidze closed 10 months ago

alexmozaidze commented 10 months ago

In order to fix the highlighting and false-positives of warning, I moved some of the code into VimEnter autocmd. I also moved some of the local functions to the top of the file (above create_autocmds) in order to use them in VimEnter.

mawkler commented 10 months ago

@alexmozaidze Great work! Thank you very much for the contribution!

alexmozaidze commented 10 months ago

My pleasure! Thanks for making such a neat plugin!