-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
airline colorschema disappears after jedi finishing codes indication, how to fix it? #550
Comments
I just grepped for color and couldn't find anything. I doubt that we're doing anything with the color scheme. Could you maybe try to debug this one? |
@davidhalter Hi. I found a clue yesterday: I found that the airline would come back if I jump between different windows in Vim using Ctrlwn start a new window, jump out and jump back... I think this is because the jedi does not release the window focus or vim-airline does not capture the latest window. after jedi giving grammar guides: after re-sizing my terminal or jumping windows between main window or NERDTree. They say airline support automatically re-sizing by the way, how to debug this? |
this problem was solved. and here's my vim-airline settings in .vimrc
thank you @davidhalter 😄 |
Thanks for debugging :) |
the original issue was here: vim-airline/vim-airline#1100
After removing jedi-vim, the airline shows up back. So i guess it's about jedi-vim, which might change the colorschema of airline somehow.
don't know where it affects that.
F.Y.I. the jedi-vim works like a charm, it's just jedi-vim does not work well with airline https://github.com/vim-airline/
The text was updated successfully, but these errors were encountered: