tsuquyomi supports the option to use it for javascript as well. (let g:tsuquyomi_javascript_support = 1)
But CompleteParameters javascript implementation can't handle this.
I have a fork where I just overwrite the filetype variable to typescript cmp#complete and then it works fine. But this isn't really a nice solution.
Do you think it makes sense to support this?
Issue Prelude
tsuquyomi supports the option to use it for javascript as well. (let g:tsuquyomi_javascript_support = 1) But CompleteParameters javascript implementation can't handle this. I have a fork where I just overwrite the filetype variable to typescript cmp#complete and then it works fine. But this isn't really a nice solution. Do you think it makes sense to support this?
Thanks