notomo
notomo
https://stackoverflow.com/questions/56338055/where-i-should-accept-firefox-add-on-distribution-agreement
@romgrk Hi. I don't expect `notomo/promise.nvim` to be installed directly. You can use my promise.nvim by embedding in your plugins namespace. ref: https://github.com/notomo/promise.nvim/blob/10b86664130f9668f0fa6549bda660794417aaf7/README.md#L4-L4 > Mainly used by embedding `lua/promise/init.lua` in...
Thanks for listing discussion points! The followings are my opinion. > Should the editor support similar git commit experience emitting clean up hint that is cleaned up after exiting? It...
The advantage of using html comments is that it is supported by markdown syntax highlighting. But I'm not too particular about this method. > hub used to insert a line...
@williammartin Thanks for mentioning! > Is this something you are still interested in getting merged in? Yes. > If so, do you feel like there's anything more you would like...
Thanks! I agree to discuss before proceeding this PR. Depending on the conclusion of it, I think we should close this PR and rework. Then I'll make new one if...
@andyfeller I committed the following features. Could you please review this PR? - `issue create --editor` and editor hint message - prefer_editor_prompt config
@andyfeller Thanks for your reviewing! I answered questions and added a commit.