You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: