mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 14:28:18 +02:00
recognizing maven projects by default added (#3037)
This commit is contained in:
parent
a331ef711b
commit
d44da34e92
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function M.config()
|
|||
detection_methods = { "pattern" },
|
||||
|
||||
---@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 = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue