ivy.nvim/lua/ivy/backends
Ade Attwood ecf9d910e7 feat: add ripgrep backend
`rg` will now be used over `ag` if it is available. This is because `rg`
is a faster alternative reduces lag when searching larger codebases.
`ag` is also now conditionally loaded if the command is available.
2023-05-23 08:01:38 +01:00
..
ag.lua refactor: introduce backend concept and split out finders / sorters 2023-03-03 06:55:46 +00:00
buffers.lua refactor: introduce backend concept and split out finders / sorters 2023-03-03 06:55:46 +00:00
files.lua refactor: introduce backend concept and split out finders / sorters 2023-03-03 06:55:46 +00:00
lines.lua refactor: introduce backend concept and split out finders / sorters 2023-03-03 06:55:46 +00:00
lsp-workspace-symbols.lua docs: add IvyWorkspaceSymbols to the readme 2023-03-03 06:55:46 +00:00
rg.lua feat: add ripgrep backend 2023-05-23 08:01:38 +01:00