hippofish/packages/backend/.vim/coc-settings.json

5 lines
143 B
JSON

{
"workspace.workspaceFolderCheckCwd": false,
"rust-analyzer.check.command": "clippy",
"rust-analyzer.check.extraArgs": "--profile test"
}