diff options
author | Rom Grk <romgrk@users.noreply.github.com> | 2020-11-30 15:36:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 15:36:05 -0500 |
commit | 929e5c465081c0865730fe60897bd2191e73b30f (patch) | |
tree | e71b86d15f155dfbf88d38787f73677665ee9ffd | |
parent | de486dfefbad289b849f656de39a83beab076619 (diff) | |
parent | 66bd3e4f38f48104ff58b60f2841c098e8de928c (diff) |
Merge pull request #5 from phaazon/fix/icons
Remove gitgutter and bufferline style updates.
-rw-r--r-- | colors/doom-one.vim | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/colors/doom-one.vim b/colors/doom-one.vim index f272e34..8ea8383 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -195,19 +195,6 @@ call s:_('BufferTabpageFill', s:base4, s:bg_other, 'bold') call s:_('BufferPart', s:diff_info_fg, s:diff_info_bg0, 'bold') -let g:icons = extend(get(g:, 'icons', {}), { -\ 'bufferline_separator_active': '▎', -\ 'bufferline_separator_inactive': '▎', -\ 'gitgutter_sign_added': "\u00a0│", -\ 'gitgutter_sign_removed': "\u00a0│", -\ 'gitgutter_sign_modified': "\u00a0│", -\ 'gitgutter_sign_modified_removed': "\u00a0│", -\}) -let gitgutter_sign_added = g:icons.gitgutter_sign_added -let gitgutter_sign_removed = g:icons.gitgutter_sign_removed -let gitgutter_sign_modified = g:icons.gitgutter_sign_modified -let gitgutter_sign_modified_removed = g:icons.gitgutter_sign_modified_removed - " }}} " Search, Highlight, Conceal, Messages {{{ |