Skip to content

Instantly share code, notes, and snippets.

@whynotavailable
Created August 6, 2024 01:21
Show Gist options
  • Save whynotavailable/abed3a75cea0b62cb50c21e7e826a9e9 to your computer and use it in GitHub Desktop.
Save whynotavailable/abed3a75cea0b62cb50c21e7e826a9e9 to your computer and use it in GitHub Desktop.
{
"security.workspace.trust.untrustedFiles": "open",
"explorer.confirmDelete": false,
"workbench.colorTheme": "Night Owl",
"editor.fontSize": 13,
"editor.formatOnSave": true,
"files.autoSave": "onFocusChange",
"editor.rulers": [
100,
120
],
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"vim.leader": "<space>",
"editor.lineNumbers": "relative",
"workbench.editor.showTabs": "single",
"vim.highlightedyank.enable": true,
"vim.useSystemClipboard": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment