From 96b02b56252db1783c6dd66ccc02bcd3762fce6f Mon Sep 17 00:00:00 2001 From: "kujiu (@havelock.kujiu.org)" Date: Thu, 19 Jan 2017 11:27:19 +0100 Subject: [PATCH] Update vim-airline --- update-home.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/update-home.sh b/update-home.sh index c2a12bd..cbfd1ba 100755 --- a/update-home.sh +++ b/update-home.sh @@ -141,7 +141,9 @@ git clone https://github.com/othree/html5.vim.git ~/.vim/bundle/html5.vim # Install vim airline rm -rf ~/.vim/bundle/vim-airline -git clone https://github.com/bling/vim-airline ~/.vim/bundle/vim-airline +git clone https://github.com/vim-airline/vim-airline ~/.vim/bundle/vim-airline +rm -rf ~/.vim/bundle/vim-airline-themes +git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/bundle/vim-airline-themes # Install fugitive rm -rf ~/.vim/bundle/fugitive