From 469569811538a8db8b25e5249bd98bf0c6dbd49e Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Sat, 15 Aug 2020 13:01:01 +0200 Subject: [PATCH] Add vinegar --- vimrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vimrc b/vimrc index 1ecca15..3953774 100644 --- a/vimrc +++ b/vimrc @@ -16,6 +16,7 @@ if exists('*minpac#init') call minpac#add('tpope/vim-unimpaired', {'type': 'opt'}) call minpac#add('tpope/vim-fugitive', {'type': 'opt'}) call minpac#add('tpope/vim-commentary', {'type': 'opt'}) + call minpac#add('tpope/vim-vinegar', {'type': 'opt'}) call minpac#add('garbas/vim-snipmate', {'type': 'opt'}) call minpac#add('MarcWeber/vim-addon-mw-utils', {'type': 'opt'}) call minpac#add('tomtom/tlib_vim', {'type': 'opt'}) @@ -45,6 +46,7 @@ if exists('*minpac#init') call minpac#add('Yggdroot/LeaderF', {'type': 'opt'}) call minpac#add('manasthakur/vim-vinegar', {'type': 'opt'}) call minpac#add('vifm/vifm.vim', {'type': 'opt'}) + call minpac#add('junegunn/fzf.vim', {'type': 'opt'}) endif " indentation @@ -292,21 +294,19 @@ if has('autocmd') endif """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" stock vim silent! packadd! matchit silent! packadd! vim-syntax-extra - -""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" Tpope silent! packadd! vim-repeat silent! packadd! vim-surround silent! packadd! vim-unimpaired silent! packadd! vim-fugitive silent! packadd! vim-commentary +silent! packadd! vim-vinegar +silent! packadd! supertab """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" supertab -silent! packadd! supertab +" fzf +silent! packadd! fzf.vim """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Airline -- 2.43.0