From cd86dbd262ddb440cea5f86c9457d4ca3a9887e2 Mon Sep 17 00:00:00 2001 From: Supr Date: Wed, 3 Feb 2016 23:43:24 +0800 Subject: [PATCH] Tiny change to fix "Could not resolve airline theme "solarized". Themes have been migrated to github.co m/vim-airline/vim-airline-themes." as vim-airline made a update days ago. --- .vimrc | 2 +- .vimrc.bundles | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 61cdc535b..8ee23227e 100644 --- a/.vimrc +++ b/.vimrc @@ -1050,7 +1050,7 @@ " See `:echo g:airline_theme_map` for some more choices " Default in terminal vim is 'dark' - if isdirectory(expand("~/.vim/bundle/vim-airline/")) + if isdirectory(expand("~/.vim/bundle/vim-airline-themes/")) if !exists('g:airline_theme') let g:airline_theme = 'solarized' endif diff --git a/.vimrc.bundles b/.vimrc.bundles index c8e0aee37..997ae9623 100644 --- a/.vimrc.bundles +++ b/.vimrc.bundles @@ -118,7 +118,8 @@ elseif exists('g:spf13_use_powerline') && exists('g:spf13_use_old_powerline') Bundle 'Lokaltog/vim-powerline' else - Bundle 'bling/vim-airline' + Bundle 'vim-airline/vim-airline' + Bundle 'vim-airline/vim-airline-themes' endif Bundle 'powerline/fonts' Bundle 'bling/vim-bufferline'