mirror of
https://github.com/amix/vimrc
synced 2025-06-23 15:04:59 +08:00
By default disable the git gutter (and toggle it via <leader>d)
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user