Aleksandr Kirillov

Results 27 comments of Aleksandr Kirillov

@alexandersix Hi. I solved this issue for myself by updating the config key as follows: ` init_options = { licenceKey = "my key" } ` notice the spelling of the...

I would like to see this feature as well

To all, who want this feature, the [command center](https://github.com/FeiyouG/command_center.nvim) plugin is similar to this one and uses a flat list.

I see. I would like to have a setup() function where I can specify all of my commands and then on each call of this function the entire command set...

Yes, I usually put the most used commands up top and use up/down navigation most of the time instead of fuzzy finding. Generally I think it is confusing for the...

Hi, I think the way to do this is to allow passing a function as command. I will look into it when I have time.

@jcorum11 I tried hacking it together recently but it required mote restructuring than I expected. It's not hard, but I have very little free time to play around.

Hi. I switched to my own implementation, so I don't need this feature anymore.

Hi! Sorry for late reply, but I don't use this plugin anymore. You can close the issue, if you want 🙂

> Maybe interesting for others: personally I'm going to try https://www.qownnotes.org/ - it looks maintained and popular. @Jolg42 thank you!