Open rickythefox opened 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.
set number
I ran into the same problem, as a workaround you can enable Line numbers in Visual Studio options under Text Editor/All Languages.
This might help you: https://github.com/VsVim/VsVim/issues/2738
Sticking
set number
into .vimrc (or any other config file read by VsVim) does not show relative numbers on startup. Manually executingset number
works as expected.