hrsh7th / cmp-cmdline

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

Not consistent { autocomplete = false } #88

Open edshamis opened 1 year ago

edshamis commented 1 year ago

It works (doesn't show completion) in the beginning (after : or /) but after cmp was manually invoked and then aborted or closed it continues to show completions. I would expect cmd to continue respect { autocomplete = false }

pranavpa8788 commented 1 year ago

Could you share that part of your config?