Vim Git Gutter
github.com
Vim Git Gutter
1–10 of 119 posts
Re: Vim Git Gutter
#2Also noteworthy is that that the gutter only updates when the file is saved.
[1] Screenshot: http://imgur.com/TIGKVRS
Re: Vim Git Gutter
#3This is really nice, but I wish the background color of the gutter would automatically match the rest of my background. The gray band [1] is pretty unappealing IMO. Also noteworthy is that that the gutter only updates when the file is saved. [1] Screenshot: http://imgur.com/TIGKVRS
I'll (I'm the author) probably make this the default because it seems quite a common wish.
Re: Vim Git Gutter
#4Re: Vim Git Gutter
#5This is really nice, but I wish the background color of the gutter would automatically match the rest of my background. The gray band [1] is pretty unappealing IMO. Also noteworthy is that that the gutter only updates when the file is saved. [1] Screenshot: http://imgur.com/TIGKVRS
You can achieve that manually with `highlight clear SignColumn` in your colour scheme or ~/.vimrc. I'll (I'm the author) probably make this the default because it seems quite a common wish.
Great plugin by the way, super handy.
Re: Vim Git Gutter
#6Re: Vim Git Gutter
#7Earlier quoted context omitted.
You can achieve that manually with `highlight clear SignColumn` in your colour scheme or ~/.vimrc. I'll (I'm the author) probably make this the default because it seems quite a common wish.
I've added it at the bottom of ~/.vimrc, but for some reason it doesn't work until I explicitly type `highlight clear SignColumn` while editing a document. Any ideas why this could be happening? Great plugin by the way, super handy.
edit: Also, thanks airblade. I think I'm going to keep using this.
Re: Vim Git Gutter
#8Re: Vim Git Gutter
#9Re: Vim Git Gutter
#10This looks amazing. Nice work! Does it always diff with the last commit?