chore: ignore nvim-tree

main
sudo pacman -Syu 2023-06-02 15:13:33 +07:00
parent 3457fb1850
commit f75123f43d
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ require("packer").startup(function()
}, },
}, },
filters = { filters = {
custom = { "^\\.git", "^\\.DS_Store" }, custom = { "^\\.git$", "^\\.DS_Store", "\\.out", "\\.class" },
}, },
}) })
end, end,