@statiolake/coc-list-ripgrep
v0.1.0
Published
A cancellable, bounded ripgrep list source for coc.nvim
Readme
coc-list-ripgrep
A bounded, cancellable ripgrep source for coc.nvim. It is designed for
streaming picker UIs such as @statiolake/coc-ui and also remains compatible
with :CocList ripgrep.
The source uses rg --json, respects ignore files by default, stops the child
process when canceled or when the result limit is reached, and never reuses
results from an older query generation.
