ivy.nvim/lua/ivy
Ade Attwood 35e61885a5 feat: add vsplit and split actions
Now you can open the currently selected item in a vertical split or a
horizontal split. The completion callback must support the current
actions.

There is also a bit of testing in here. The vim mock has been refactored
and split out so we can use it multiple tests.
2022-09-07 21:11:49 +01:00
..
controller.lua feat: add vsplit and split actions 2022-09-07 21:11:49 +01:00
libivy.lua ci: setup stylua action 2022-09-04 16:18:04 +01:00
libivy_test.lua ci: setup stylua action 2022-09-04 16:18:04 +01:00
matcher_test.lua feat: move to fts fuzzy match with some modifications 2022-08-25 20:14:12 +01:00
prompt.lua feat: implement emacs bindings for the prompt like bash 2022-07-24 12:50:30 +01:00
prompt_test.lua feat: add vsplit and split actions 2022-09-07 21:11:49 +01:00
utils.lua feat: add vsplit and split actions 2022-09-07 21:11:49 +01:00
utils_line_action_test.lua feat: add vsplit and split actions 2022-09-07 21:11:49 +01:00
utils_vimgrep_action_test.lua feat: add vsplit and split actions 2022-09-07 21:11:49 +01:00
vim_mock.lua feat: add vsplit and split actions 2022-09-07 21:11:49 +01:00
window.lua feat: add vsplit and split actions 2022-09-07 21:11:49 +01:00
window_test.lua feat: add vsplit and split actions 2022-09-07 21:11:49 +01:00