Skip to content

Commit

Permalink
Tiny change to fix "Could not resolve airline theme "solarized". Them…
Browse files Browse the repository at this point in the history
…es have been migrated to github.co m/vim-airline/vim-airline-themes." as vim-airline made a update days ago.
  • Loading branch information
Gaszc committed Feb 3, 2016
1 parent 4fbdd8c commit cd86dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vimrc
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
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 cd86dbd

Please sign in to comment.