zk-org / zk-nvim

Neovim extension for zk
https://github.com/zk-org/zk
GNU General Public License v3.0
502 stars 40 forks source link

Add support for `mini.pick` as a picker #163

Closed pkazmier closed 5 months ago

pkazmier commented 5 months ago

With mini gaining in popularity, this commit adds support for mini.pick.

Here is a short screencast showing this new picker in action with Zk notes:

https://github.com/zk-org/zk-nvim/assets/747855/cf645482-c3eb-4713-8925-bb1501f54cb8

tjex commented 5 months ago

Although we've gotten through all the bugs for zk-nvim, I would consider us still in maintenance mode (as per the readme) until we cut a new release of zk. This should realistically be quite soon, at which point we may want to look at starting with release versioning with zk-nvim as well.

I would say we should continue holding off on all feature request PRs until the above has happened?

I agree that it would be great to get @kabouzeid 's input.

pkazmier commented 5 months ago

Refactored the code to address all of your comments: multi-select, padding, etc ...

kabouzeid commented 5 months ago

thanks for the contribution!

pkazmier commented 5 months ago

Thank you!