relativenumber icon indicating copy to clipboard operation
relativenumber copied to clipboard

VSVim 2.8 - Two Line Number Columns

Open brianschmitt opened this issue 5 years ago • 3 comments

VsVim now introduces its own relative line number. If you are seeing duplicate numbers please uninstall this extension and use the one built into VSVim.

See VSVim

brianschmitt avatar Jan 07 '20 17:01 brianschmitt

Thanks for the good times with this extension!

ocyj avatar Jan 09 '20 14:01 ocyj

Additionally, you need to set number and relativenumber is _vsvimrc/_vimrc. My _vsvimrc wasn't configured properly, so that disabling relatimvenumber extension ended up showing default line numbers.

Ungerfall avatar Jan 10 '20 07:01 Ungerfall

maybe it's possible the relativenumber extension uninstalled improperly but:

  • close visual studio
  • ensure ~/.vsvimrc and ~/.vimrc both have set relativenumber set
  • re-open visual studio
  • each file shows regular line numbers
  • open a file -- line numbers are not relative -- enter command mode and type :set relativenumber -- line numbers are now relative for that file
  • open a new file and line numbers are, again, not relative
  • re-install relativenumber extension
  • close visual studio
  • re-open visual studio
  • now every file opens with relative numbers, but two columns worth

serpentfabric avatar Jan 14 '20 16:01 serpentfabric