-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
32 lines (32 loc) · 1008 Bytes
/
settings.json
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
{
"editor.renderWhitespace": "boundary",
"editor.wordWrap": "on",
"editor.fontSize": 14,
"npm.fetchOnlinePackageInfo": false,
"vim.hlsearch": true,
"vim.leader": ",",
"vim.startofline": false,
"vim.normalModeKeyBindings": [
{
"before": [";"],
"commands": ["workbench.action.quickOpen"]
}
],
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["<leader>", "s"],
"commands": [":w"]
},
{
"before": ["<leader>", "q"],
"commands": [":q!"]
}
],
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "Meslo LG M for Powerline, Menlo, Monaco, 'Courier New', monospace",
"terminal.integrated.shell.osx": "/bin/zsh",
"javascript.referencesCodeLens.enabled": true,
"typescript.implementationsCodeLens.enabled": true,
"typescript.referencesCodeLens.enabled": true
}