Extended snacks explorer for zk #264
Replies: 3 comments
-
|
Really great work. At the moment, supporting the two most used pickers, fzf_lua and telescope, is work enough... I'm not wanting to add any more directly to the project. If you feel like you end up creating a stable enough version, we could add a link to your project in the readme somewhere? |
Beta Was this translation helpful? Give feedback.
-
|
@tjex Thanks for your comment. Yes, totally I agree with you. This should not be included in Just adding a link is good enough for it and appreciated. I will let you know when it works stably. |
Beta Was this translation helpful? Give feedback.
-
|
I've changed the URL. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I created a prototype plugin which makes
Snacks.explorerto display zk items in tree view.riodelphino/snacks-zk-explorer.nvim/riodelphino/zk-snacks-explorer.nvim/
Since the
Snacks.exploreris not designed for customization, the modification was so difficult.Finally it works fine for me.
It's designed not to affect the original
Snacks.explorer. (I hope so)Open by

:lua Snacks.zk()Searching 'a':

Though it seems like the functionality is overlapped with zk-nvim's
picker,the advantages are:
I’m not sure if there’s much demand for this among snacks and zk users, but it's useful for me.
Beta Was this translation helpful? Give feedback.
All reactions