Mercurial > vim
view coc-settings.json @ 20:7cc13548becc
updating coc, prompts and auto loggin
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Thu, 26 Feb 2026 12:30:11 -0500 |
| parents | 1a705d7a7521 |
| children | 20ce06ac3a68 |
line wrap: on
line source
{ "languageserver": { "php": { "command": "phpactor", "args": ["language-server"], "filetypes": ["php"], "initializationOptions": {}, "settings": { "phpactor": { "language_server_worse_reflection.collector.deep": true, "worse_reflection.additive_stubs": [ "_ide_helper.php" ] } } } }, "suggest.noselect": true, "diagnostic.displayByAle": false, "extensions.updateCheck": "daily" }
