hrsh7th / cmp-cmdline

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

cmp-cmdline should respect wildignore option, my memory go crazy #19

Closed ghost closed 2 years ago

ghost commented 2 years ago

For example, i'm in a JS directory, i'm trying to feel my args and set wildignore=**/node_modules/** is active. I'm trying to feel args with */.js and cpm-cmdline shows all match up with this pattern in node_modules also. Memory usage is big.

Screenshot_2021-12-02_23-15-18