-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Did you check the docs?
- I have read all the docs.
Is your feature request related to a problem? Please describe.
It'd be great to have a way to highlight some files, for instance some configuration files (e.g. package.json
) so they can be quick to perceive when the drawer opens.
Describe the solution you'd like.
easy way to configure them,
return {
"neo-tree.nvim",
opts = {
filesystem = {
highlight_items = {
'package.json'
},
...
},
},
}
Describe alternatives you've considered.
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request