Closed ranebrown closed 2 years ago
I think it already fixed by nvim-cmp's side.
I'm still seeing the issue after updating.
sorry. I don't understand the problem. (I thought this issue was fixed, but apparently it still remains, so please explain the issue.)
I'm organizing issues. I'm closing this for now. Feel free to re-open it.
It seems that
keyword_length
is ignored (or misinterpreted) when using a mapping to change buffers.keyword_length = 3
<leader>n
to switch to next buffer:
and completion appears immediatelyUsing
:bn
and then:
uses the setkeyword_length
prior to triggering completion as expected.