nikvdp/neomux

Overriding Airline information

Closed this issue · 4 comments

Hey! Thanks for the plugin!

I'm having an issue with neomux and vim-airline. When I start my elixir project thats how my airline looks like

image

and before add neomux thats how my airline looks like

image

how can I merge all those informations?

Hey @basmoura, glad to hear from you! Just took a look, looks like I wasn't using the officially blessed method of integrating with airline. I've reworked it in this commit (4b78a63), please try pulling and let me know if that fixes it.

Closing the issue as I'm pretty the bad airline integration code was the problem, but please re-open if you're still getting the same behavior on the latest version!

hey @nikvdp thank you for your answer! Just to let you know, after updating to the latest version its working great with airline! Thank you!!

You bet!

Hey @basmoura just a heads up, my fix yesterday ended up causing another issue (window numbers would disappear from terminal windows after moving in and out of a term window). I've (hopefully!) fixed that one too, but you may want to pull the latest again.