Ignore .git dir in tree
This commit is contained in:
@@ -58,6 +58,9 @@ require("nvim-tree").setup({
|
||||
resize_window = true,
|
||||
},
|
||||
},
|
||||
filters = {
|
||||
custom = { "^\\.git$" }
|
||||
}
|
||||
})
|
||||
|
||||
local opts = { remap = false, silent = true, }
|
||||
|
||||
Reference in New Issue
Block a user