AutoYADM commit: 2025-01-24 16:35:06

This commit is contained in:
Daniel Fichtinger 2025-01-24 16:35:06 -05:00
parent 21d6094e43
commit c5bc372f66

View file

@ -1 +1,6 @@
return {}
return {
"ashmedkhalf/project.nvim",
opts = {
patterns = { "orgfiles/", ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json" },
},
}