mirror of
https://github.com/d0zingcat/dotfiles.git
synced 2026-05-14 07:26:44 +00:00
Merge branch 'main' of personalgit:d0zingcat/dotfiles
This commit is contained in:
@@ -34,7 +34,9 @@ require('nvim-tree').setup({
|
||||
update_root = true,
|
||||
},
|
||||
filters = {
|
||||
custom = { '.git' }, -- ignore .git
|
||||
custom = {
|
||||
'.git$'
|
||||
},
|
||||
},
|
||||
--auto_close = true,
|
||||
hijack_netrw = true,
|
||||
|
||||
Reference in New Issue
Block a user