Don't show .git directory in file tree

This commit is contained in:
2021-11-06 13:23:42 +03:00
parent d7fe8eaa1a
commit 5a70323da3

View File

@@ -11,6 +11,9 @@ lua << EOF
width = 30,
side = "left",
auto_resize = true
},
filters = {
custom = {".git"}
}
})
EOF