Skip to content

Commit

Permalink
By default disable the git gutter (and toggle it via <leader>d)
Browse files Browse the repository at this point in the history
  • Loading branch information
amix committed Jul 13, 2015
1 parent be8e101 commit b1ffcf0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vimrcs/plugins_config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,10 @@ func! SyntasticCheckCoffeescript()
execute "Errors"
endfunc
nnoremap <silent> <leader>l :call SyntasticCheckCoffeescript()<cr>

"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Git gutter (Git diff)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:gitgutter_enabled=0
nnoremap <silent> <leader>d :GitGutterToggle<cr>

0 comments on commit b1ffcf0

Please sign in to comment.