dotfiles/.config/nvim/coc-settings.json
2021-04-29 14:25:46 +02:00

22 lines
391 B
JSON
Executable File

{
"explorer.icon.enableNerdfont": true,
"java.format.enabled": false,
"rust-analyzer.updates.channel": "nightly",
"coc.preferences.formatOnSaveFiletypes": [
"cs",
"html",
"java",
"javascript",
"json",
"go",
"python",
"rust",
"scala",
"typescript",
"typescript.tsx",
"typescriptreact",
"vue",
"xml"
],
"languageserver": {}
}