ivy.nvim/lua
Ade Attwood 9017b2c322 perf: return a table of results from the command finder
When reading the output of a command we are now reading the stream line
by line and building the table of results. This will save us a loop of
the results later, if we returned a string we need to split the string
before adding each line to the completion buffer because nvim only
supports replacing one line at a time.
2023-04-26 07:24:22 +01:00
..
ivy perf: return a table of results from the command finder 2023-04-26 07:24:22 +01:00