Mercurial > vim
view 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 source
{ "languageserver": { "php": { "command": "phpactor", "args": ["language-server"], "filetypes": ["php"], "rootPatterns": [ "composer.json", ".hg", ".git" ], "initializationOptions": {} } }, "suggest.noselect": true, "diagnostic.displayByAle": false, "extensions.updateCheck": "daily" }
