Skip to content

Commit

Permalink
Updated VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
James K. Glasbrenner committed Nov 11, 2018
1 parent 3667819 commit 38ca84c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions vscode/dot-config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,13 @@
},
],
"vim.leader": "<space>",
"vim.statusBarColorControl": true,
"searchRipgrep.enable": true,
"search.useRipgrep": true,
"vsicons.dontShowNewVersionMessage": true
}
"vsicons.dontShowNewVersionMessage": true,
"sync.gist": "844b98d2f96d87ce88dd609a4ee122de",
"gitlens.codeLens.enabled": false,
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.over": "line",
"python.jediEnabled": false,
"autoDocstring.docstringFormat": "sphinx",
}

0 comments on commit 38ca84c

Please sign in to comment.