vim: restore git bits

This commit is contained in:
Grigory Shipunov 2020-10-19 21:08:29 +02:00
parent 33132e0db0
commit a24cdc10fe
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C
2 changed files with 2 additions and 222 deletions

View file

@ -7,9 +7,6 @@ endif
call plug#begin('~/.local/share/nvim/plugged')
" colors
Plug 'morhetz/gruvbox'
" Nifty stuff
Plug 'jamessan/vim-gnupg'
@ -23,6 +20,8 @@ Plug 'kien/ctrlp.vim'
Plug 'junegunn/goyo.vim', {'on': 'Goyo'}
Plug 'mbbill/undotree', {'on': 'UndotreeToggle'}
Plug 'tpope/vim-vinegar'
Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'
" Git
Plug 'airblade/vim-gitgutter'
@ -127,4 +126,3 @@ nnoremap <Leader>u :UndotreeToggle<cr>
" U is quite useless
nnoremap U :echo "NOPE!"<CR>
set laststatus=1