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