danielfalk / smart-open.nvim

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

feat: add `SmartOpenDirectory` highlight group #77

Closed scottmckendry closed 1 month ago

scottmckendry commented 3 months ago

Adds a new highlight group to replace the default Directory group.

The new SmartOpenDirectory group allows users to override the color of the directory in smart-open without changing the main Directory group.

Why?

My other pickers look like this: image

With the current highlighting configuration, smart-open looks like this: image

With the proposed changes, I can make it look like this instead: image

scottmckendry commented 1 month ago

Duplicate of #66 - closing