I'd like to have a thin border line to the right of the line numbers and to the left of the text.
Make the vi/vim text editor show or hide line numbers Press ESC key. At the : prompt type the following command to run on line numbers: set number. To turn off line numbering, type the following command at the : prompt set nonumber.
You might use different color to highlight LineNr
. For example:
:hi LineNr cterm=bold ctermbg=gray ctermfg=black gui=bold guibg=gray guifg=white
I don't think that's possible.
However, you can make the gutter wider.
:set numberwidth=3
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With