File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments