Last active
March 29, 2018 02:34
-
-
Save hrbrmstr/fe406ff80e22b45895546853e29b2651 to your computer and use it in GitHub Desktop.
user-settings.js
This file contains 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
{ | |
"editor.fontFamily": "'Operator Mono Lig', Iosevka, Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"editor.fontSize": 14, | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"r.rterm.mac" : "/usr/local/bin/rtichoke", | |
"r.rterm.option" : [], | |
"r.lintr.enabled": false, | |
"terminal.external.osxExec": "iTerm.app", | |
"terminal.integrated.fontSize": 14, | |
"terminal.integrated.scrollback": 3000, | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.sideBar.location": "right", | |
"rust-client.channel": "nightly-2017-12-01", | |
"workbench.colorCustomizations": { | |
"terminal.foreground": "#1bdf4c" | |
}, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.colorTheme": "One Monokai Italic", | |
"rust.mode": "rls" | |
} |
This file contains 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
// Place your key bindings in this file to overwrite the defaults | |
[ | |
{ "key": "shift+cmd+m", | |
"command": "type", | |
"args" : { | |
"text" : "%>%" | |
} | |
}, | |
{ "key": "alt+-", | |
"command": "type", | |
"args" : { | |
"text" : "<-" | |
} | |
} | |
] |
This file contains 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
Docker | |
Excel Viewer | |
Jupyter | |
Jupyter-QTConsole | |
Material Icon Theme | |
One Monokai Theme Italic | |
R | |
R LSP CLient | |
Rust | |
Rust (rls) | |
VS Code Jupyter Notebook Previewer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment