chore(nvim): fix ignore nvim-tree

main
sudo pacman -Syu 2023-07-23 01:23:54 +07:00
parent 5756dfab36
commit aab102cda4
1 changed files with 4 additions and 4 deletions

View File

@ -153,10 +153,10 @@ require("lazy").setup({
},
filters = {
custom = {
"^.git$",
"^.DS_Store",
".out",
".class",
"^\\.git$",
"^\\.DS_Store",
"\\.out$",
"\\.class$",
},
},
})