committed by
GitHub
parent
7629d4d106
commit
ff6ef58b03
@@ -347,6 +347,7 @@ Here is a list of the options available in the setup call:
|
|||||||
default: `true`
|
default: `true`
|
||||||
|
|
||||||
- |git.ignore|: ignore files based on `.gitignore`
|
- |git.ignore|: ignore files based on `.gitignore`
|
||||||
|
Toggle via the `toggle_git_ignored` action, default mapping `I`.
|
||||||
type: `boolean`
|
type: `boolean`
|
||||||
default: `true`
|
default: `true`
|
||||||
|
|
||||||
@@ -435,17 +436,19 @@ Here is a list of the options available in the setup call:
|
|||||||
*nvim-tree.filters*
|
*nvim-tree.filters*
|
||||||
|filters|: filtering options
|
|filters|: filtering options
|
||||||
|
|
||||||
- |filters.dotfiles|: do not show `dotfiles` (files starting with a `.`)
|
- |filters.dotfiles|: do not show dotfiles: files starting with a `.`
|
||||||
|
Toggle via the `toggle_dotfiles` action, default mapping `H`.
|
||||||
type: `boolean`
|
type: `boolean`
|
||||||
default: `false`
|
default: `false`
|
||||||
|
|
||||||
- |filters.custom|: custom list of vim regex for file/directory names that will not be shown.
|
- |filters.custom|: custom list of vim regex for file/directory names that will not be shown.
|
||||||
Backslashes must be escaped e.g. "^\\.git". See |string-match|.
|
Backslashes must be escaped e.g. "^\\.git". See |string-match|.
|
||||||
|
Toggle via the `toggle_custom` action, default mapping `U`.
|
||||||
type: `{string}`
|
type: `{string}`
|
||||||
default: `{}`
|
default: `{}`
|
||||||
|
|
||||||
- |filters.exclude|: list of directories or files to exclude from filtering
|
- |filters.exclude|: list of directories or files to exclude from filtering: always show them.
|
||||||
(will always be shown)
|
Overrides `git.ignore`, `filters.dotfiles` and `filters.custom`.
|
||||||
type: `{string}`
|
type: `{string}`
|
||||||
default: `{}`
|
default: `{}`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user