forked from airblade/vim-gitgutter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Override SignColumn highlight group by default.
Most colorschemes (e.g. solarized) don't give any thought to the SignColumn highlight group so generally the sign column is ugly. With this change vim-gitgutter defaults to making the sign column look like the line number column. Solarized users no longer need `highlight clear SignColumn` in their vimrc :) To stop vim-gitgutter from overriding the SignColumn highlight, add this to your vimrc: let g:gitgutter_override_sign_column_highlight = 0
- Loading branch information
Showing
4 changed files
with
21 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters