Did you check the docs?
Is your feature request related to a problem? Please describe.
AFAIK, the sidekick.cli.prompt() layout is forced to be the one of vscode.
I'd prefer to use the one I have defined in my config (through: snacks.picker.sources.select.layout.preset)
Describe the solution you'd like
Could those lines be deleted or made customizable ?
|
layout = { |
|
preset = "vscode", |
|
hidden = {}, |
Describe alternatives you've considered
remove the lines with a dirty build/sed command as lazy.nvim build.
Additional context
No response
Did you check the docs?
Is your feature request related to a problem? Please describe.
AFAIK, the sidekick.cli.prompt() layout is forced to be the one of vscode.
I'd prefer to use the one I have defined in my config (through:
snacks.picker.sources.select.layout.preset)Describe the solution you'd like
Could those lines be deleted or made customizable ?
sidekick.nvim/lua/sidekick/cli/ui/prompt.lua
Lines 91 to 93 in 2cb7359
Describe alternatives you've considered
remove the lines with a dirty build/sed command as lazy.nvim build.
Additional context
No response