Any vim commands that bring up a default, non-dressing, ui selection window ? #170
Unanswered
avario-cpu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In reference to #74, I'm looking for a way to bring up a code action UI without entering Insert (or normal, I guess) mode due to a fzfinder usage (Telescope). AFAIK
vim.ui.select & vim.ui.input
are overriden by dressing... Is there any other call we can make that would bring up the default ui and allow for code action selection while preserving a visual selection ?Maybe a call to straight up invoke the code action per-se, altough that seems less ideal...
Beta Was this translation helpful? Give feedback.
All reactions