Mercurial > vim
view coc-settings.json @ 22:c8ad85e95854 default tip
Some general updates
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Thu, 16 Jul 2026 14:47:23 -0400 |
| parents | 20ce06ac3a68 |
| children |
line wrap: on
line source
{ "languageserver": { "phpactor": { "command": "phpactor", "args": ["language-server"], "filetypes": ["php"], "rootPatterns": [ "composer.json", ".hg", ".git" ], "initializationOptions": {} } }, "suggest.noselect": true, "diagnostic.displayByAle": false, "extensions.updateCheck": "daily" }
