Skip to content

nvim-tree legacy option used #64

@ashemedai

Description

@ashemedai

Hi Josean,

a small feedback issue for you. You're using the legacy option for git in your configuration for nvim-tree:

      filters = {
        custom = { ".DS_Store" },
      },
      git = {
        ignore = false,
      },

You can rewrite this as:

      filters = {
        custom = { ".DS_Store" },
        git_ignored = false,
      },

HTH

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions