1
0
Fork 0
mirror of synced 2024-07-26 18:11:12 -04:00

By default disable the git gutter (and toggle it via <leader>d)

This commit is contained in:
amix 2015-07-13 11:42:13 +01:00
parent be8e101b68
commit b1ffcf08ba

View file

@ -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>