I'd like to have a thin border line to the right of the line numbers and to the left of the text.
Asked
Active
Viewed 2,276 times
2 Answers
5
You might use different color to highlight LineNr
. For example:
:hi LineNr cterm=bold ctermbg=gray ctermfg=black gui=bold guibg=gray guifg=white

kev
- 155,172
- 47
- 273
- 272
4
I don't think that's possible.
However, you can make the gutter wider.
:set numberwidth=3

alex
- 479,566
- 201
- 878
- 984
-
1this works for adding gutter to the left of the numbers, but not to the right. is there a way to do that? – tam5 Nov 15 '17 at 14:10