blockchainian
Results
1
issues of
blockchainian
this pr makes fzf gutter work for default background color `NONE`: ``` let g:fzf_colors = { \ 'gutter': ['bg', 'Conceal'] \} highlight Conceal ctermbg=NONE ``` - before - after