Skip to content

Commit 1ce5f23

Browse files
author
Johnny Robeson
committed
Merge pull request spf13#883 from Michaelizm/3.0
Tiny change to fix vim-airline alert
2 parents 4fbdd8c + cd86dbd commit 1ce5f23

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vimrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@
10501050

10511051
" See `:echo g:airline_theme_map` for some more choices
10521052
" Default in terminal vim is 'dark'
1053-
if isdirectory(expand("~/.vim/bundle/vim-airline/"))
1053+
if isdirectory(expand("~/.vim/bundle/vim-airline-themes/"))
10541054
if !exists('g:airline_theme')
10551055
let g:airline_theme = 'solarized'
10561056
endif

.vimrc.bundles

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
elseif exists('g:spf13_use_powerline') && exists('g:spf13_use_old_powerline')
119119
Bundle 'Lokaltog/vim-powerline'
120120
else
121-
Bundle 'bling/vim-airline'
121+
Bundle 'vim-airline/vim-airline'
122+
Bundle 'vim-airline/vim-airline-themes'
122123
endif
123124
Bundle 'powerline/fonts'
124125
Bundle 'bling/vim-bufferline'

0 commit comments

Comments
 (0)