Merge pull request #883 from Michaelizm/3.0

Tiny change to fix vim-airline alert
This commit is contained in:
Johnny Robeson 2016-02-13 22:21:45 -05:00
commit 1ce5f23997
2 changed files with 3 additions and 2 deletions

2
.vimrc
View File

@ -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

View File

@ -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'