edkolev / promptline.vim

Generate a fast shell prompt with powerline symbols and airline colors
MIT License
623 stars 54 forks source link

no true color support #66

Open plexigras opened 7 years ago

plexigras commented 7 years ago

https://github.com/plexigras/promptline.vim/commit/fc1712ece82e173585e221ef82079ec2a14dda36

ghost commented 6 years ago

Just tested your fork and everything works great. True color really needs to be officially supported.

You should create a pull request.

edkolev commented 6 years ago

That would be great. We need to preserve backward compatibility though, and use true colors only if vim is using true colors.

plexigras commented 6 years ago

i still do not know what i'm doing but this seams to work.

https://github.com/plexigras/promptline.vim/commit/0df5f8103b58b1c657ac2d2d941c0c842531073c

but there might still be problems with non airline themes because that's the only thing i tested.

cnervi commented 5 years ago

works for lightline too, at least for 'one' on mintty

volkerkarle commented 5 years ago

works for me!

scottconstable commented 4 years ago

Any chance that this could be merged in? It would be a useful feature.