Skip to content

Instantly share code, notes, and snippets.

@adophilus
Last active August 23, 2024 22:35
Show Gist options
  • Save adophilus/55c8ef9a28cfd0eee54077336992b365 to your computer and use it in GitHub Desktop.
Save adophilus/55c8ef9a28cfd0eee54077336992b365 to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "ayu",
"workbench.colorTheme": "Ayu Mirage",
"extensions.experimental.affinity": {
"asvetliakov.vscode-neovim": 1
},
"biome.lspBin": "biome",
"editor.fontFamily": "'FiraCode Nerd Font Mono', 'Operator Caska', 'Droid Sans Mono', 'monospace', monospace",
"editor.fontLigatures": true,
"editor.minimap.enabled": false,
"workbench.startupEditor": "none",
"solidity.telemetry": true,
// "vscode_custom_css.imports": [
// "file:///home/adophilus/.projects/tools/vscode/vscode-settings-json/custom-vscode.css",
// "file:///home/adophilus/.projects/tools/vscode/vscode-settings-json/custom-vscode.js"
// ],
"git.confirmSync": false,
"git.autofetch": true,
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"workbench.sideBar.location": "right",
"window.menuBarVisibility": "hidden",
"workbench.activityBar.location": "hidden",
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"explorer.confirmDragAndDrop": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment