update nvim-tree custom filters
This commit is contained in:
@@ -80,7 +80,7 @@ require("nvim-tree").setup({
|
||||
},
|
||||
},
|
||||
filters = {
|
||||
custom = { ".git" },
|
||||
custom = { "^.git$" },
|
||||
},
|
||||
actions = {
|
||||
open_file = {
|
||||
|
||||
Reference in New Issue
Block a user