[vim] Add outdated plugin notification

This commit is contained in:
murgi
2023-04-14 09:28:35 +02:00
parent 873107b1f2
commit 0d4129c0ef

View File

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