Last active
March 10, 2021 13:50
-
-
Save edg-l/5e0c1d561c0eb06a69db2a83625b3532 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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