summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael <rafaelcontacto@pm.me>2021-08-13 12:20:53 +0000
committerGitHub <noreply@github.com>2021-08-13 08:20:53 -0400
commit32f91e223d2cc3ce734939fe5a1f8ad5578e5e25 (patch)
tree0f2c3159002665301096862cc9257dd0465e7482
parent418c00cbc459c456ab489d093561d3a3e127aa2b (diff)
downloadeibhear-32f91e223d2cc3ce734939fe5a1f8ad5578e5e25.tar.gz
eibhear-32f91e223d2cc3ce734939fe5a1f8ad5578e5e25.tar.zst
eibhear-32f91e223d2cc3ce734939fe5a1f8ad5578e5e25.zip
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
-rw-r--r--.config/nvim/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index ce0db87..f93eed4 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()