Created
September 1, 2017 14:01
-
-
Save mhartington/24aa9efb2730f9af5b5be3bd0a45a894 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| let g:gitgutter_sign_added = '⎸' | |
| let g:gitgutter_sign_modified = '⎸' | |
| let g:gitgutter_sign_removed = '⎸' | |
| let g:gitgutter_sign_removed_first_line = '⎸' | |
| let g:gitgutter_sign_modified_removed = '⎸' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment