-
Notifications
You must be signed in to change notification settings - Fork 57
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
Issues with vim-airline #33
Comments
I've had a similar issue with airline a couple weeks ago, the solution was to update airline and add the new airline-theme repository. |
I'll try that when I get home, thanks :) On Wed, Mar 16, 2016, 7:05 PM Bruno notifications@github.com wrote:
|
Installed those, still having issues. Here is my |
Sorry for late response. I tried this. Just after installing vim-airline, it worked. Then I installed vim-airline-theme. I'm using But when I specified We need to investigate further. |
Some themes work but some other themes don't work. |
I'm using gruvbox, in case that helps. On Wed, Mar 16, 2016, 10:07 PM Linda_pp notifications@github.com wrote:
|
vim-airline theme for gruvbox does not exist yet. What vim-airline theme are you using? ( |
It says |
Ah, ok. Gruvbox has a bundled airline theme: https://github.com/morhetz/gruvbox#airline-theme |
Oh, I see. |
Note: it seems to fail to specify background color at status line at some colors |
OK, just got it working. You have to make sure true color mode is enabled in your |
Also, on a side note, how do I install the newest version of nyaovim? I have tried |
Just realized I forgot the |
I looked into more. Here, the |
This could be related to this: vim-airline/vim-airline#1244 I believe that's an issue with airline and any of the latest vim builds (neovim, vim) |
Wow, I didn't realize I forgot to reply to this issue. I fixed it, for me at least, by adding the following to my
Really sorry for not updating the thread, I got busy with other things and completely forgot. @rhysd should I close this? |
I, too, encountered this problem and solved it by adding -- set termguicolors to my Also note that if you're seeing let g:airline_powerline_fonts = 1
|
It looks like maybe nyaovim doesn't know what to do with background colors or something? This is what my editor looks like in nyaovim:
and in terminal:
The text was updated successfully, but these errors were encountered: