Ignore .git dir in tree

This commit is contained in:
2023-09-05 02:50:42 +02:00
parent 35097a00f4
commit fb141a3352
+3
View File
@@ -58,6 +58,9 @@ require("nvim-tree").setup({
resize_window = true,
},
},
filters = {
custom = { "^\\.git$" }
}
})
local opts = { remap = false, silent = true, }