Leonid
Results
2
comments of
Leonid
I have shell pwsh ```VimL " ~/_vimrc if has('win32') set shell=pwsh let &shellcmdflag='-NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command' if !has('patch-8.2.3079') let &shellcmdflag = ' ' . &shellcmdflag endif let &shellxquote='"' set...
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.