weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

guidelines break when I open a folder #413

Closed the-spanish-guy closed 3 years ago

the-spanish-guy commented 3 years ago

When I open a folder the guidelines are not in the right direction coc explorer

I use alacritty

weirongxu commented 3 years ago

This should be your vim theme changed the comment highlight group into italics. I suggest you change CocExplorerIndentLine to a custom option

autocmd ColorScheme *
  \ hi CocExplorerIndentLine guifg=#aaaaaa
the-spanish-guy commented 3 years ago

It worked! tks