Make Vim command input pretty
hackerwins opened this issue · 4 comments
Description:
Make Vim command input pretty.
We provide Vim mode using CodeMirror's vim binding.
When we type :
, Command Input appears, but it doesn't come out as pretty as the one below.
Why:
- CodePair will get better.
Hello @hackerwins. I worked on this issue like below:
Before | After |
---|---|
![]() |
![]() |
If it looks ok, I will open PR!
Thank you. And have a nice day.
@eddie0329 Thanks for the experiment. It looks better than before. Could you create a PR for this?
@hackerwins Thanks for reply! :)
Before creating PR, is there any contirbution guide for codepair
?
I can see other contribution guides which were included in other respository within yorkie-team,
but cannot find in codepair
repository.
@eddie0329 I forgot that there is no contribution guide on this repository(Thank you for letting me know).
Please refer to the guide in other repo: https://github.com/yorkie-team/yorkie-js-sdk/blob/main/CONTRIBUTING.md