Replies: 2 comments
-
|
sidekick is already using |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
thanks, turned out I wasn't applying |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, great plugin, I enjoy this so much.
The only thing is that telescope default picker is selected for prompt selector, but I want a different one.
I would want to be able to do something like this but for
require("sidekick.cli").prompt():Or, alternatively, it could also detect the
ui-selectpicker that I and many other people are setting like this:{ 'nvim-telescope/telescope.nvim', -- ... opts = function() require 'telescope'.load_extension("ui-select") return { -- ... extensions = { ["ui-select"] = { require('telescope.themes').get_dropdown({ border = true, }) } } } end },I'm sure this could be solved with snacks.nvim and I might try it out but not any time soon.
Beta Was this translation helpful? Give feedback.
All reactions