Update vim-airline
This commit is contained in:
parent
696efe64db
commit
96b02b5625
1 changed files with 3 additions and 1 deletions
|
@ -141,7 +141,9 @@ git clone https://github.com/othree/html5.vim.git ~/.vim/bundle/html5.vim
|
||||||
|
|
||||||
# Install vim airline
|
# Install vim airline
|
||||||
rm -rf ~/.vim/bundle/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
|
# Install fugitive
|
||||||
rm -rf ~/.vim/bundle/fugitive
|
rm -rf ~/.vim/bundle/fugitive
|
||||||
|
|
Loading…
Reference in a new issue