delphinus / ddc-treesitter

A source for ddc.vim to gather candidates from nvim-treesitter
17 stars 2 forks source link

add support for ddc.vim v4 #6

Closed octaltree closed 10 months ago

octaltree commented 10 months ago

I got a warning on vim startup.

[ddc] source is too old: "treesitter"                                                                       [

It is triggered by this validation. https://github.com/Shougo/ddc.vim/blob/9a8d0a417e55e4e012ad458c9d00232d33163f8d/denops/ddc/ddc.ts#L1107

The v3 to v4 incompatibility is partial and was resolved by simply increasing the version.

delphinus commented 10 months ago

Thank you!