config-nvim/coc-settings.json
2022-04-20 16:02:27 +02:00

17 lines
368 B
JSON

{
"suggest.noselect": false,
"coc.preferences.formatOnSaveFiletypes": [
"javascript",
"typescript",
"typescriptreact",
"json",
"javascriptreact",
"typescript.tsx",
"graphql"
],
"rust-analyzer.updates.channel": "nightly",
"rust-analyzer.diagnostics.disabled": [
"unresolved-macro-call"
],
"python.pythonPath": "python3",
}