Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit 7026368

Browse files
authored
fix: neotree not display dir with "git" in name (#409)
1 parent 818df17 commit 7026368

File tree

1 file changed

+1
-1
lines changed
  • lua/doom/modules/features/explorer

1 file changed

+1
-1
lines changed

lua/doom/modules/features/explorer/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ explorer.settings = {
2222
},
2323
},
2424
filters = {
25-
custom = { ".git", "node_modules.editor", ".cache", "__pycache__" },
25+
custom = { "^\\.git", "node_modules.editor", "^\\.cache", "__pycache__" },
2626
},
2727
renderer = {
2828
indent_markers = {

0 commit comments

Comments
 (0)