Trying to configure the Copilot cmp source like this leads to Copilot suggestion not appearing anymore: ``` { name = "copilot", keyword_length = 3 }, ``` Setting `keyword_length` to `0` or `1` works, as does omitting `keyword_length` altogether.