diff --git a/init.plugins.vim b/init.plugins.vim index 5290d20..68fd8eb 100644 --- a/init.plugins.vim +++ b/init.plugins.vim @@ -101,17 +101,6 @@ call plug#begin('~/.config/nvim/bundle') \ 'indentation': ' ', \} - "}}} -" #vim-fugitive{{{ - " https://github.com/tpope/vim-fugitive/blob/master/README.markdown - Plug 'tpope/vim-fugitive' - nnoremap gs :Gstatus - nnoremap gd :tabedit %:Gdiff - nnoremap gc :Gcommit - nnoremap gl :Glog - nnoremap gp :Gpush:copen - nnoremap gp :Gpushjob:copen - "}}} " #gitgutter {{{ " https://github.com/airblade/vim-gitgutter/blob/master/README.mkd