monaqa

Results 36 comments of monaqa

The default augends are clearly stated in the README. > If you don't specify any settings, the following augends is set as the value of the `default` group. > *...

Thank you for the suggestion. I think "on" and "off" is too generic words to introduce as a default. Introducing some new augends to default set may increase some convenience,...

Sorry, I'm not sure about what you mean. Do you want switching between the string `cmp` and `blink` that exists in the comments (not in the source code)?

Thanks, I understand. Cool idea. Currently there is no functionality that *directly* supports it, but with `augend.user`, you can manually implement user-defined augends like this: ```lua local dial_config = require...

Comment notation depends on the language, and furthermore, it is not always the case that the choices are given in comments. For example, in TypeScript, it may be given by...

Incredible! Thank you for sharing the idea and implementation. This will be a better solution of the issue #104 in some cases. I would like to implement a new augend...