Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: highlight some important files #1612

Open
1 task done
vdegenne opened this issue Nov 30, 2024 · 0 comments
Open
1 task done

FEATURE: highlight some important files #1612

vdegenne opened this issue Nov 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vdegenne
Copy link

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

@vdegenne vdegenne added the enhancement New feature or request label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant