My colleague, Michael Q, introduced me to a vim extension that left me saying… that’s awesome.
set cuc which enables Cursor Column, and when I use it with set number, it’s awesome to see correct indenting
The commands are:
Shift + :set cucand enterShift + :set numberand enter

Use set nocuc to disable
Good luck…
Post Script
- Install vim with
dnf install -y vim
Reference VimTrick: set cuc