Skip to content

Instantly share code, notes, and snippets.

@edg-l
Last active March 10, 2021 13:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
{
"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