2016-11-25 19:05:15 +00:00
|
|
|
{
|
|
|
|
"window.zoomLevel": 1,
|
|
|
|
"extensions.autoUpdate": true,
|
|
|
|
"editor.cursorStyle": "block",
|
|
|
|
"rust.rustLangSrcPath": "/home/cyryl/dev/rust/src",
|
|
|
|
"rust.racerPath": "/home/cyryl/.cargo/bin/racer",
|
|
|
|
"rust.rustfmtPath": "/home/cyryl/.cargo/bin/rustfmt",
|
|
|
|
"rust.rustsymPath": "/home/cyryl/.cargo/bin/rustsym",
|
|
|
|
"rust.cargoPath": "/home/cyryl/.cargo/bin/cargo",
|
2017-03-09 10:33:17 +00:00
|
|
|
"rust.cargoHome": "/home/cyryl/.cargo/",
|
2017-10-06 16:37:45 +01:00
|
|
|
"editor.wordWrap": true,
|
|
|
|
"vim.disableAnnoyingNeovimMessage": true
|
2016-11-25 19:05:15 +00:00
|
|
|
}
|