chore: ignore more in nvim

main
sudo pacman -Syu 2023-05-24 14:10:08 +07:00
parent fa249ef077
commit 9c4e99546b
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ require("packer").startup(function()
},
},
},
filters = {
custom = { "^\\.git", "^\\.DS_Store" },
},
})
end,
})