10 lines
355 B
VimL
10 lines
355 B
VimL
|
if g:plugins_ok != 1 | finish | endif
|
||
|
" -------------------------------------------------------------------
|
||
|
|
||
|
" I'm not really convinced this is a useful plugin for me; keeping it
|
||
|
" around for a bit longer to see if I find some fantastic way I work
|
||
|
" well with it since it is very popular :)
|
||
|
|
||
|
" \g git fugitive shortcuts
|
||
|
nnoremap <Leader>gb :Git blame<CR>
|