Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/nvim-tree-lua.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ Config: modified *nvim-tree-config-modified*
Config: filters *nvim-tree-config-filters*

*nvim_tree.config.filters*
Filters may be applied to the tree to exlude the display of
Filters may be applied to the tree to exclude the display of
file/directories.

Multiple filters may be applied at once.
Expand Down
2 changes: 1 addition & 1 deletion lua/nvim-tree/_meta/config/filters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ error("Cannot require a meta file")



---Filters may be applied to the tree to exlude the display of file/directories.
---Filters may be applied to the tree to exclude the display of file/directories.
---
---Multiple filters may be applied at once.
---
Expand Down
Loading