nikvdp / neomux

Control Neovim from shells running inside Neovim.
MIT License
350 stars 11 forks source link

Overriding Airline information #5

Closed basmoura closed 4 years ago

basmoura commented 4 years ago

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?

nikvdp commented 4 years ago

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 (https://github.com/nikvdp/neomux/commit/4b78a630f186a1da63f1f19d20a014702e9e083f), 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!

basmoura commented 4 years ago

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!!

nikvdp commented 4 years ago

You bet!

nikvdp commented 4 years ago

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.