[vim] Add outdated plugin notification

This commit is contained in:
murgi
2023-04-14 09:28:35 +02:00
committed by Fabian Ising
parent 3af2ef2226
commit 29cb35f4f3

View File

@@ -10,6 +10,10 @@ if empty(glob(data_dir . '/autoload/plug.vim'))
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
call plug#begin()
" Warn about plugin updates
Plug 'semanser/vim-outdated-plugins'
" Powerline replacement
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'