Mercurial > vim
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 19:1c8e1cdb35f7 | 20:7cc13548becc |
|---|---|
| 1 { | 1 { |
| 2 "languageserver": { | |
| 3 "php": { | |
| 4 "command": "phpactor", | |
| 5 "args": ["language-server"], | |
| 6 "filetypes": ["php"], | |
| 7 "initializationOptions": {}, | |
| 8 "settings": { | |
| 9 "phpactor": { | |
| 10 "language_server_worse_reflection.collector.deep": true, | |
| 11 "worse_reflection.additive_stubs": [ | |
| 12 "_ide_helper.php" | |
| 13 ] | |
| 14 } | |
| 15 } | |
| 16 } | |
| 17 }, | |
| 18 "suggest.noselect": true, | |
| 19 "diagnostic.displayByAle": false, | |
| 2 "extensions.updateCheck": "daily" | 20 "extensions.updateCheck": "daily" |
| 3 } | 21 } |
