Skip to content

Instantly share code, notes, and snippets.

@edg-l
Last active March 10, 2021 13:50
Show Gist options
  • Save edg-l/5e0c1d561c0eb06a69db2a83625b3532 to your computer and use it in GitHub Desktop.
Save edg-l/5e0c1d561c0eb06a69db2a83625b3532 to your computer and use it in GitHub Desktop.
{
"coc.preferences.extensionUpdateCheck": "daily",
"python.jediEnabled": false,
"diagnostic.virtualTextCurrentLineOnly": false,
"diagnostic.virtualText": true,
"suggest.enablePreview": true,
"git.enableGutters": true,
"clangd.semanticHighlighting": true,
"rust-analyzer.updates.channel": "nightly",
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.runBuildScripts": true,
"rust-analyzer.updates.prompt": false,
"rust-analyzer.completion.postfix.enable": false,
"rust-analyzer.checkOnSave.command": "clippy"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment