nix-config/.config/nvim/coc-settings.json

16 lines
291 B
JSON
Raw Normal View History

2021-05-06 07:45:30 +01:00
{
2021-05-15 00:48:48 +01:00
"diagnostic.messageTarget": "echo",
2021-05-06 21:49:39 +01:00
"diagnostic.virtualText": true,
2021-05-15 00:48:48 +01:00
"intelephense.files.associations": [
"*.inc",
"*.module",
"*.php",
"*.profile",
"*.test",
"*.theme"
],
"intelephense.progress.enable": false,
"intelephense.telemetry.enabled": false
2021-05-06 07:45:30 +01:00
}