hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
493 stars 42 forks source link

Disable search completion for very large file #84

Open Rlyown opened 1 year ago

Rlyown commented 1 year ago

Hi!

When I open a file with more than 100,000 lines and search for something, I need to wait for a while until the completion menu appears before continuing to type.

Is it possible to temporarily disable the search completion for the current buffer?