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