vim: restore git bits
This commit is contained in:
parent
33132e0db0
commit
a24cdc10fe
2 changed files with 2 additions and 222 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue