By default disable the git gutter (and toggle it via <leader>d)
This commit is contained in:
parent
be8e101b68
commit
b1ffcf08ba
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue