Mercurial > vim
diff coc-settings.json @ 21:20ce06ac3a68 default tip
updated coc settings
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Wed, 04 Mar 2026 13:41:22 -0500 |
| parents | 7cc13548becc |
| children |
line wrap: on
line diff
--- a/coc-settings.json Thu Feb 26 12:30:11 2026 -0500 +++ b/coc-settings.json Wed Mar 04 13:41:22 2026 -0500 @@ -4,15 +4,12 @@ "command": "phpactor", "args": ["language-server"], "filetypes": ["php"], - "initializationOptions": {}, - "settings": { - "phpactor": { - "language_server_worse_reflection.collector.deep": true, - "worse_reflection.additive_stubs": [ - "_ide_helper.php" - ] - } - } + "rootPatterns": [ + "composer.json", + ".hg", + ".git" + ], + "initializationOptions": {} } }, "suggest.noselect": true,
