Vim-Mode: visual indication of mode #29762
ddbrierton
started this conversation in
Ideas From Vim
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are a number of Neovim plugins (and probably Vim plugins too) which change the colour of something when the mode changes. That might be the mode line, the current line highlight colour, the current line number colour, or the cursor colour.
I know that in Zed the cursor changes shape and that is now customisable, but scanning through a theme file I couldn't see anything for this. I am a fan of this plugin in Neovim which just changes the current line number colour. It's very simple.
https://github.com/mawkler/modicator.nvim
I think that having settings for this in the theme file would be a nice addition.
Beta Was this translation helpful? Give feedback.
All reactions