Changing vim 'gutter' color

后端 未结 3 444
闹比i
闹比i 2021-01-31 01:25

See the screenshot of how I have vim configured below. The \'gutter\' i.e. where the \'+\' and \'~\' symbols appear show my git status using this amazing sublime text port for

3条回答
  •  日久生厌
    2021-01-31 02:10

    To change the color in your ~/.vimrc so that your gutter is the same color as where your line numbers show up is the following:

    highlight clear SignColumn
    

    enter image description here

    The git-gutter docs have some other helpful suggestions.

提交回复
热议问题