Skip to content

FEATURE: highlight some important files #1612

@vdegenne

Description

@vdegenne

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions