Skip to content

Commit

Permalink
Merge pull request #883 from Michaelizm/3.0
Browse files Browse the repository at this point in the history
Tiny change to fix vim-airline alert
  • Loading branch information
Johnny Robeson committed Feb 14, 2016
2 parents 4fbdd8c + cd86dbd commit 1ce5f23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1ce5f23

Please sign in to comment.