brianschmitt / relativenumber

Adds VIM Relative numbers to Visual Studio for use with VSVim
MIT License
44 stars 17 forks source link

set number in .vimrc not being applied in VS2017 Enterprise #17

Open rickythefox opened 6 years ago

rickythefox commented 6 years ago

Sticking set number into .vimrc (or any other config file read by VsVim) does not show relative numbers on startup. Manually executing set number works as expected.

Aridor2006 commented 5 years ago

I ran into the same problem, as a workaround you can enable Line numbers in Visual Studio options under Text Editor/All Languages.

jalexandretoledo commented 5 years ago

This might help you: https://github.com/VsVim/VsVim/issues/2738