Browse Source

updated again

Emmanuel Buckshi 6 years ago
parent
commit
3c6a45aac1
1 changed files with 5 additions and 1 deletions
  1. 5 1
      init.vim

+ 5 - 1
init.vim

@@ -75,8 +75,12 @@ Plug 'pangloss/vim-javascript'
 
 Plug 'https://github.com/tpope/vim-fugitive'
 
+Plug 'airblade/vim-gitgutter'
+
 Plug 'ludovicchabant/vim-gutentags'
 
+Plug 'zivyangll/git-blame.vim'
+
 Plug 'simplyzhao/cscope_maps.vim'
 
 call plug#end()
@@ -95,4 +99,4 @@ autocmd StdinReadPre * let s:std_in=1
 map <C-n> :NERDTreeToggle<CR>
 " Close vim if NERDTree is the only window left open
 " autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif
-
+nnoremap <Leader>s :<C-u>call gitblame#echo()<CR>