recognizing maven projects by default added (#3037)

This commit is contained in:
Vladimir Koch 2022-09-19 18:40:01 +02:00 committed by GitHub
parent a331ef711b
commit d44da34e92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ function M.config()
detection_methods = { "pattern" }, detection_methods = { "pattern" },
---@usage patterns used to detect root dir, when **"pattern"** is in detection_methods ---@usage patterns used to detect root dir, when **"pattern"** is in detection_methods
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json" }, patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json", "pom.xml" },
---@ Show hidden files in telescope when searching for files in a project ---@ Show hidden files in telescope when searching for files in a project
show_hidden = false, show_hidden = false,