Closed lambdalisue closed 6 years ago
Thank you for your pull-request. The feature is reasonable to me. But I have not maintained Lemonade (see. https://github.com/pocke/lemonade/issues/25 ), so I don't have a plan that is reviewing this pull-request. If someone reviews and approves, I'll merge this pull-request. Or I'll review it but I cannot do soon.
Fair enough. I wait 👍
@lambdalisue @raa0121 Thank you!
Currently, fallback messages are always shown when the lemonade server is down.
I understand that it is quite important to tell what happens to the users. However, I often found that the messages are bit annoying, especially when I use lemonade as a clipboard program of neovim by manually assign
g:clipboard
.So I added '--no-fallback-messages' flag to silence this warning like:
This commit fixes #27