-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.txt
38 lines (38 loc) · 1.13 KB
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"terminal.integrated.shell.osx": "/bin/zsh",
"workbench.sideBar.location": "left",
"editor.minimap.enabled": false,
"workbench.statusBar.visible": true,
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"editor.fontLigatures": true,
"editor.fontSize": 13,
"editor.lineHeight": 22,
"editor.lineNumbers": "on",
"editor.renderIndentGuides": false,
"editor.rulers": [120],
"workbench.colorTheme": "One Dark Pro",
"workbench.iconTheme": "vscode-great-icons",
"editor.fontFamily": "Fira Code",
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"vim.hlsearch": true,
"vim.substituteGlobalFlag": true,
"window.zoomLevel": 0,
"diffEditor.ignoreTrimWhitespace": true,
"[git-commit]": {
"editor.rulers": [
120
]
},
"zenMode.centerLayout": false,
"vim.cmdLineInitialColon": true,
"vim.easymotion": true,
"vim.easymotionMarkerFontSize": "10",
"vim.easymotionMarkerHeight": 0,
"vim.easymotionMarkerYOffset": 10,
"vim.easymotionMarkerForegroundColorTwoChar": "#bbb"
}