vim-airline repo changed its ownership from bling to vim-airline (#982)

github automatically redirects to vim-airline, so this is not a
problem when installing, but updating just for the sake of
explicitness and having the correct username/repo
This commit is contained in:
Rafael 2021-08-13 12:20:53 +00:00 committed by GitHub
parent 418c00cbc4
commit 32f91e223d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ Plug 'junegunn/goyo.vim'
Plug 'jreybert/vimagit'
Plug 'lukesmithxyz/vimling'
Plug 'vimwiki/vimwiki'
Plug 'bling/vim-airline'
Plug 'vim-airline/vim-airline'
Plug 'tpope/vim-commentary'
Plug 'ap/vim-css-color'
call plug#end()