Skip to content

Instantly share code, notes, and snippets.

@davertron
Created November 30, 2017 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davertron/3d70bb7a13da1757e2d1347a0245dd3b to your computer and use it in GitHub Desktop.
Save davertron/3d70bb7a13da1757e2d1347a0245dd3b to your computer and use it in GitHub Desktop.
{
"vim.disableAnnoyingNeovimMessage": true,
"git.confirmSync": false,
"vim.insertModeKeyBindings": [
{
"before": ["j", "j"],
"after": ["<Esc>"]
}
],
"editor.lineNumbers": "relative",
"vim.hlsearch": true,
"vim.easymotion": true,
"vim.leader": ",",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"prettier.tabWidth": 4,
"prettier.singleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment