Don't show .git directory in file tree
This commit is contained in:
@@ -11,6 +11,9 @@ lua << EOF
|
|||||||
width = 30,
|
width = 30,
|
||||||
side = "left",
|
side = "left",
|
||||||
auto_resize = true
|
auto_resize = true
|
||||||
|
},
|
||||||
|
filters = {
|
||||||
|
custom = {".git"}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user