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

16 lines
291 B
JSON
Raw Normal View History

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