How to change line number format based on normal/insert mode #478
-
Hi guys, I am trying to migrate the vim setting to ideavim. I would like to change line number format based on normal/insert mode. The setting for vim comes from here. Anyone know how to modify the setting below so that it can work in ideavim? Thanks.
|
Beta Was this translation helpful? Give feedback.
Answered by
citizenmatt
Mar 8, 2022
Replies: 1 comment
-
Unfortunately, this isn't possible right now - IdeaVim doesn't support |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
m-zheng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, this isn't possible right now - IdeaVim doesn't support
autocmd
. You can vote or follow VIM-1693 for this issue.