Is there any way change action palette's prompt? #1935
Answered
by
olimorris
nothankyouzzz
asked this question in
Q&A
-
![]() I've been digging into the codebase and found that the action palette's prompt is set here. After tracing the The main issue I'm running into is that there's currently no way for users to pass custom picker options via So I'm wondering: would it make sense to open an issue or submit a PR for this? Or is there already an existing way to achieve this that I might have missed? |
Beta Was this translation helpful? Give feedback.
Answered by
olimorris
Aug 5, 2025
Replies: 1 comment 2 replies
-
I have a whole section in the docs about how you can create custom prompts |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh I see, apologies. I am totally up for this being an option in
config.lua
that you can change btw. Would welcome a PR for that