From 517f7448ceb6415fae26d24ec4f8b6520e7c0b67 Mon Sep 17 00:00:00 2001 From: Rafael Madriz Date: Thu, 12 Aug 2021 22:57:49 -0300 Subject: [PATCH] vim-airline repo changed its ownership from bling to vim-airline 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 --- .config/nvim/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index ce0db87f..f93eed4d 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -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()