We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f541f commit 34d3b46Copy full SHA for 34d3b46
2 files changed
doc/nvim-tree-lua.txt
@@ -1575,7 +1575,7 @@ Config: modified *nvim-tree-config-modified*
1575
Config: filters *nvim-tree-config-filters*
1576
1577
*nvim_tree.config.filters*
1578
- Filters may be applied to the tree to exlude the display of
+ Filters may be applied to the tree to exclude the display of
1579
file/directories.
1580
1581
Multiple filters may be applied at once.
lua/nvim-tree/_meta/config/filters.lua
@@ -3,7 +3,7 @@ error("Cannot require a meta file")
3
4
5
6
----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.
7
---
8
---Multiple filters may be applied at once.
9
0 commit comments