-
Is that supposed to be the prefix of the input prompt? but I can't see it even if I override it |
Beta Was this translation helpful? Give feedback.
Answered by
stevearc
Mar 31, 2022
Replies: 1 comment
-
This is what the title defaults to if no |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stevearc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is what the title defaults to if no
prompt
value is passed tovim.ui.input
. You can see it by calling:lua vim.ui.input({}, function() end)