ivy.nvim/lua/ivy
Ade Attwood 0f364c140d fix: add no require git to rg command backend
Summary:

When using this backend in a directory that is not a git repository, it will
search though all the file. This is mostly a problem when using an alternative
source control like sapling.

When using this backend neovim will just hang until the rg command is done.
When searching node_modules you can imagine how long that takes. This does not
actually fix the issue however, it does make it search though less files.

Test Plan:

This has been used manually on a sapling repo. I have also added
`--no-require-git` to most of the rg defaults in other applications.
2024-10-27 17:28:54 +00:00
..
backends fix: add no require git to rg command backend 2024-10-27 17:28:54 +00:00
config.lua feat: allow users to configure the window keymaps 2024-10-27 09:28:33 +00:00
config_spec.lua feat: setup configuration with default fallbacks 2024-06-27 21:12:37 +01:00
controller.lua chore: make public api consistent 2024-09-03 19:34:17 +01:00
controller_spec.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00
init.lua chore: make public api consistent 2024-09-03 19:34:17 +01:00
init_spec.lua feat: setup configuration with default fallbacks 2024-06-27 21:12:37 +01:00
libivy.lua feat: support windows 2024-07-24 16:32:15 +01:00
libivy_spec.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00
matcher_spec.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00
prompt.lua feat: make delete word in promp work more like bash 2023-01-07 13:49:36 +00:00
prompt_spec.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00
register_backend.lua feat: split out register backend so it can be used as an external API 2024-06-27 21:12:37 +01:00
register_backend_spec.lua feat: split out register backend so it can be used as an external API 2024-06-27 21:12:37 +01:00
utils.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00
utils_escape_spec.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00
utils_line_action_spec.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00
utils_vimgrep_action_spec.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00
vim_mock.lua fix: opening terminal buffers 2023-04-26 07:26:12 +01:00
window.lua feat: allow users to configure the window keymaps 2024-10-27 09:28:33 +00:00
window_spec.lua test: move the suite over to busted 2024-06-16 17:17:16 +01:00