chore(config): only ignore .git in neovim
parent
87374f5e38
commit
300d21cef8
|
@ -126,7 +126,7 @@ require("nvim-tree").setup({
|
|||
ignore = true,
|
||||
},
|
||||
filters = {
|
||||
custom = { "^\\.git" },
|
||||
custom = { "^\\.git$" },
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue