-
Notifications
You must be signed in to change notification settings - Fork 132
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
v2.0.0 #74
Comments
Hello, Thank you all for an awesome plugin. I have just upgraded to the latest version with Vim mode support. Is there any way to not showing the Vim mode indicator on the screen? Thanks, |
Hey @nautilus28, this is happening because you probably have Vim mode enabled by default. To disable it you can either remove |
@rafaelrinaldi Many thanks for getting back. What I want is to enable Vim mode by default, but not showing mode indicator on the terminal, is it possible? |
This is not possible right now. We will show the indicators for vim mode at all times as of #58. I'm happy to accept a PR to get this in though. |
@rafaelrinaldi okay, thanks. I will try to make it possible. |
@rafaelrinaldi we should add some tests on |
@edouard-lopez I agree. We could do this after the v2 release though? Many thanks for the hard work and getting the peding issues resolved. I feel like we're pretty much ready for a revamped version release, what do you think? |
@rafaelrinaldi I'm not comfortable with tests as an after-thought. However, as there is plenty of "legacy" code I don't want to block the release, instead add tests little by little and release more frequently. |
I think we should postpone What do you think? |
Seems reasonable to me. We are not using semantic versioning though? Also while we are on it, I think we need to make |
@schrodincat cool While revamping the README.md I realized we have some inconsistencies in the naming of variables. This would be nice to improve that before releasing |
I wrote a proposal convention for renaming variable in #130 if you want to chime in. |
The roadmap looks good to me 👍 Having Git async support behind a feature flag definitely makes sense. |
I think we're almost good to go on a
v2.0.0
release.Current checklist:
Async support (see Git async #56)postponedI'd love to hear your thoughts on what we have right now and would also appreciate if someone can help with the pending items.
Hope you guys are doing well!
The text was updated successfully, but these errors were encountered: