6

I'd like to have a thin border line to the right of the line numbers and to the left of the text.

yndolok
  • 5,197
  • 2
  • 42
  • 46

2 Answers2

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
  • 1
    this 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