Fix rust-analyzer coc.vim settings

This commit is contained in:
Alexis Sellier 2020-01-07 23:18:18 +01:00
parent 4ab37959fe
commit 02466f9e6d
No known key found for this signature in database
GPG Key ID: 3E3C1B6185AC4475

View File

@ -1,4 +1,4 @@
{
"rust-analyzer.cargo-watch.command": "clippy",
"rust-analyzer.cargo-watch.arguments": ""
"rust-analyzer.cargo-watch.arguments": []
}