maralla / completor.vim

Async completion framework made ease.
MIT License
1.32k stars 62 forks source link

iskeyword option #316

Open felixhummel opened 2 years ago

felixhummel commented 2 years ago

Hi!

Could completor.vim recognize the iskeyword option for buffer completion?

Steps taken

I have added the minus character to vim's iskeyword option. Please note the - at the end of the following

:set iskeyword
iskeyword=@,48-57,_,192-255,-

Actual

As seen here image the suggestion is

foo [ID]

Expected

The suggestion should be

foo-bar [ID]