chore(config): support git in nvim-tree
parent
094a060402
commit
a2374ed9e0
|
@ -109,7 +109,11 @@ require("nvim-tree").setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
git = {
|
git = {
|
||||||
enable = false,
|
enable = true,
|
||||||
|
ignore = true,
|
||||||
|
},
|
||||||
|
filters = {
|
||||||
|
custom = { "^\\.git" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue