Merge branch 'main' of personalgit:d0zingcat/dotfiles

This commit is contained in:
Lee Tang
2023-03-02 10:57:45 +08:00
4 changed files with 9 additions and 16 deletions

View File

@@ -34,7 +34,9 @@ require('nvim-tree').setup({
update_root = true,
},
filters = {
custom = { '.git' }, -- ignore .git
custom = {
'.git$'
},
},
--auto_close = true,
hijack_netrw = true,