plugins.neo-tree.filesystem.filteredItems.alwaysShow

Files/folders to always show.

Example: [".gitignore"]

Type: null or (list of string)

Default: null

Plugin default: []

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)

Default: null

Plugin default: [".DS_Store" "thumbs.db"]

Declared by:

plugins.neo-tree.filesystem.filteredItems.hideByPattern

Hide by pattern.

Example:

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

Type: null or (list of string)

Default: null

Plugin default: []

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.

Example: [".DS_Store" "thumbs.db"]

Type: null or (list of string)

Default: null

Plugin default: []

Declared by:

plugins.neo-tree.filesystem.filteredItems.neverShowByPattern

Files/folders to never show (by pattern).

Example: [".null-ls_*"]

Type: null or (list of string)

Default: null

Plugin default: []

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: