relativenumber
relativenumber copied to clipboard
set number in .vimrc not being applied in VS2017 Enterprise
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.
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