dotvim/coc-settings.json

7 lines
168 B
JSON
Raw Normal View History

2021-05-23 21:53:40 +00:00
{
2021-05-25 20:36:29 +00:00
"clangd.disableDiagnostics": true,
2021-05-25 19:34:40 +00:00
"powershell.integratedConsole.showOnStartup": false,
2021-05-24 02:48:46 +00:00
"suggest.noselect": false,
2021-05-25 02:19:02 +00:00
"suggest.snippetsSupport": false
2021-05-23 21:53:40 +00:00
}