yioneko / nvim-vtsls

181 stars 4 forks source link

feat: Tweak VtsExec command to narrow down complete list #2

Closed kristijanhusak closed 1 year ago

kristijanhusak commented 1 year ago

Hi,

Here's just a small tweak to the complete function for VtsExec command that will narrow down options once you start typing.

Thanks for the plugin and vtsls, seems to work a bit better than typescript-language-server.

yioneko commented 1 year ago

Thanks

yioneko commented 1 year ago

I found that vim has :h matchfuzzy(), not sure if that is better than plain prefix matching.

kristijanhusak commented 1 year ago

It might be, I never used it.