plugins.neo-tree.filesystem.filteredItems.alwaysShow
Files/folders to always show.
Example: [".gitignore"]
Plugin default: []
Type: null or (list of string)
Default:
null
Declared by:
plugins.neo-tree.filesystem.filteredItems.forceVisibleInEmptyFolder
when true, hidden files will be shown if the root folder is otherwise empty
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.neo-tree.filesystem.filteredItems.hideByName
hide by name
Plugin default: [".DS_Store" "thumbs.db"]
Type: null or (list of string)
Default:
null
Declared by:
plugins.neo-tree.filesystem.filteredItems.hideByPattern
Hide by pattern.
Example:
[
"*.meta"
"*/src/*/tsconfig.json"
]
Plugin default: []
Type: null or (list of string)
Default:
null
Declared by:
plugins.neo-tree.filesystem.filteredItems.hideDotfiles
hide dotfiles
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.neo-tree.filesystem.filteredItems.hideGitignored
hide gitignored files
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.neo-tree.filesystem.filteredItems.hideHidden
only works on Windows for hidden files/directories
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.neo-tree.filesystem.filteredItems.neverShow
Files/folders to never show.
Example: [".DS_Store" "thumbs.db"]
Plugin default: []
Type: null or (list of string)
Default:
null
Declared by:
plugins.neo-tree.filesystem.filteredItems.neverShowByPattern
Files/folders to never show (by pattern).
Example: [".null-ls_*"]
Plugin default: []
Type: null or (list of string)
Default:
null
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
Plugin default: true
Type: null or boolean or raw lua code
Default:
null
Declared by:
plugins.neo-tree.filesystem.filteredItems.visible
when true, they will just be displayed differently than normal items
Plugin default: false
Type: null or boolean or raw lua code
Default:
null
Declared by: