-
Notifications
You must be signed in to change notification settings - Fork 967
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
Added support for vim-airline #85
Conversation
I'm definitely interested in this (and would use it myself). My concern is that it might be too opinionated/different from stock vim. Thoughts? |
I must say that you might have a point here. It would be preferred to:
I know how to do the latter but I do not know how to fix the first. There is a command available for this inside vim; |
Having a statusline plugin that's disabled by default would be a bit weird, but if that's needed to get this merged I'd be happy to add a check. The tabline extension is already disabled by default. Cheers. |
I suppose that this all boils down to what the core contributors would like to see. I'm using airline and would be happy to have it turned on by default. If the "impact" is to big having it enabled by default, it would be sufficient to write instructions on how to enable it via It would be great if you could add that functionality @bling. Ping @rudle @strongriley. |
well, the default would be to have it enabled of course (i can't break it for all existing users), with the option to have it disabled. this means that the default |
Yea, it's a sliding scale - there's nothing that inherently may make a plugin non-standard. The way I'm trying to think about it is: would a novice to vim coming from the IDE world expect this? @eventualbuddha @rudle I think we need to clarify maximum awesome's goals and non-goals so we can balance opinionated customization, ease of use, etc. |
I have written a blog post about how to do this without the pull request, it can be found here: http://sebastiandahlgren.se/2014/08/07/running-vim-airline-with-maximum-awesome/ |
Thanks for sharing @sebdah. I guess we never reached consensus on how opinionated maximum awesome should be. Glad you were able to customize. That's why the |
Most vim newcomers I've helped to transition have benefited from airline with hidden set and the buffer bar enabled, with a few leader mappings for next/prev/close buffer. Though, you can achieve much of the same functionality with ctrlp buffer search. |
Closing this as stale. |
Added support for vim-airline. This closes #36 and rules out #55.