danielfalk / smart-open.nvim

Neovim plugin for fast file-finding
MIT License
498 stars 25 forks source link

feat: add SmartOpenDirectory hlgroup to enable user customization #66

Open smjonas opened 4 months ago

smjonas commented 4 months ago

Closes #65.

danielfalk commented 4 months ago

I was just testing this out, and it appears to remove the "Directory" highlighting. I take it your colorscheme has a color defined for SmartOpenDirectory, so it looks fine for you?

Here's how it usually looks: image

and here's how it looks with this PR applied: image

smjonas commented 4 months ago

This is how it looks for me with the tokyonight colorscheme (which does not define a SmartOpenDirectory highlight): image

Changing the Directory hlgroup to red (:highlight Directory guifg=red) yields this, as before (which is expected): image

So I am unsure what causes the issues for you. Which colorscheme are you using?