Setting `keyword_length` different to 1: ```lua require'cmp'.setup { completion = { keyword_length =2 } ... } ``` stop working completion. Thanks a lot for this plugin.