1
0
Fork 0

neovim: coc-rust-analyzer

This commit is contained in:
Jeremy Kaplan 2021-06-04 19:07:42 -07:00
commit 54f8ab0b31
5 changed files with 20 additions and 12 deletions

View file

@ -1 +1,8 @@
{}
{
"coc.preferences.formatOnSaveFiletypes": ["rust"],
"rust-analyzer.enable": false,
"rust-analyzer.diagnostics.enableExperimental": false,
"rust-analyzer.inlayHints.enable": false,
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.updates.channel": "nightly"
}