chore(nvim): fix ignore nvim-tree
parent
5756dfab36
commit
aab102cda4
|
@ -153,10 +153,10 @@ require("lazy").setup({
|
|||
},
|
||||
filters = {
|
||||
custom = {
|
||||
"^.git$",
|
||||
"^.DS_Store",
|
||||
".out",
|
||||
".class",
|
||||
"^\\.git$",
|
||||
"^\\.DS_Store",
|
||||
"\\.out$",
|
||||
"\\.class$",
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue