diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lvim/core/nvimtree.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lua/lvim/core/nvimtree.lua b/lua/lvim/core/nvimtree.lua index bcdf963d..33d5fce8 100644 --- a/lua/lvim/core/nvimtree.lua +++ b/lua/lvim/core/nvimtree.lua @@ -68,7 +68,7 @@ function M.config()        },        filters = {          dotfiles = false, -        custom = { "node_modules", ".cache" }, +        custom = { "node_modules", "\\.cache" },        },        trash = {          cmd = "trash", | 
