mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(php): php gets recommended in every .git repo (#3496)
This commit is contained in:
parent
81370cf714
commit
3654098520
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
recommended = {
|
recommended = {
|
||||||
ft = "php",
|
ft = "php",
|
||||||
root = { "composer.json", ".git", ".phpactor.json", ".phpactor.yml" },
|
root = { "composer.json", ".phpactor.json", ".phpactor.yml" },
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue