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. |
||
|---|---|---|
| .. | ||
| backends | ||
| controller.lua | ||
| controller_test.lua | ||
| libivy.lua | ||
| libivy_test.lua | ||
| matcher_test.lua | ||
| prompt.lua | ||
| prompt_test.lua | ||
| utils.lua | ||
| utils_line_action_test.lua | ||
| utils_vimgrep_action_test.lua | ||
| vim_mock.lua | ||
| window.lua | ||
| window_test.lua | ||