From 66bd3e4f38f48104ff58b60f2841c098e8de928c Mon Sep 17 00:00:00 2001 From: Dimitri Sabadie Date: Fri, 27 Nov 2020 02:05:18 +0100 Subject: Remove gitgutter and bufferline style updates. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This shouldn’t be done in a colorscheme as it will negatively impact people with a weird / hard to spot side-effect. --- colors/doom-one.vim | 13 ------------- 1 file changed, 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 {{{ -- cgit v1.2.3