plugins.neo-tree.filesystem.filteredItems.alwaysShow

Files/folders to always show.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: [ ]

Example:

[
  ".gitignore"
]

Declared by:

plugins.neo-tree.filesystem.filteredItems.forceVisibleInEmptyFolder

when true, hidden files will be shown if the root folder is otherwise empty

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.neo-tree.filesystem.filteredItems.hideByName

hide by name

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  ".DS_Store"
  "thumbs.db"
]

Declared by:

plugins.neo-tree.filesystem.filteredItems.hideByPattern

Hide by pattern.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: [ ]

Example:

[
  "*.meta"
  "*/src/*/tsconfig.json"
]

Declared by:

plugins.neo-tree.filesystem.filteredItems.hideDotfiles

hide dotfiles

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.neo-tree.filesystem.filteredItems.hideGitignored

hide gitignored files

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.neo-tree.filesystem.filteredItems.hideHidden

only works on Windows for hidden files/directories

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.neo-tree.filesystem.filteredItems.neverShow

Files/folders to never show.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: [ ]

Example:

[
  ".DS_Store"
  "thumbs.db"
]

Declared by:

plugins.neo-tree.filesystem.filteredItems.neverShowByPattern

Files/folders to never show (by pattern).

Type: null or (list of (string or raw lua code))

Default: null

Plugin default: [ ]

Example:

[
  ".null-ls_*"
]

Declared by:

plugins.neo-tree.filesystem.filteredItems.showHiddenCount

when true, the number of hidden items in each folder will be shown as the last entry

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.neo-tree.filesystem.filteredItems.visible

when true, they will just be displayed differently than normal items

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: