mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-05 05:01:43 +00:00
24 lines
642 B
JSON
24 lines
642 B
JSON
|
{
|
||
|
"diffEditor.ignoreTrimWhitespace": false,
|
||
|
"workbench.iconTheme": "vscode-icons",
|
||
|
"gitlens.advanced.messages": {
|
||
|
"suppressShowKeyBindingsNotice": true,
|
||
|
"suppressResultsExplorerNotice": true
|
||
|
},
|
||
|
"gitlens.keymap": "chorded",
|
||
|
"window.zoomLevel": 0,
|
||
|
"vim.handleKeys": {
|
||
|
"<C-K>": false,
|
||
|
"[q": false,
|
||
|
"]q": false
|
||
|
},
|
||
|
"editor.minimap.enabled": false,
|
||
|
"workbench.statusBar.visible": true,
|
||
|
"files.watcherExclude": {
|
||
|
"**/.git/objects/**": true,
|
||
|
"**/.git/subtree-cache/**": true,
|
||
|
"**/node_modules/**": true,
|
||
|
"**/vendor/**": true,
|
||
|
}
|
||
|
}
|