davidsierradz / cmp-conventionalcommits

(WIP) nvim-cmp source for autocompleting git commits with conventional commits types and lerna packages as scope
MIT License
65 stars 4 forks source link

Not working with option keyword_length = 2 #2

Open hgigas opened 1 year ago

hgigas commented 1 year ago

Setting keyword_length different to 1:

require'cmp'.setup {
  completion = {
    keyword_length =2
  }
...
}

stop working completion.

Thanks a lot for this plugin.