Open ajcrites opened 6 years ago
Have you tried loading tsuquyomi after this plugin, does that make any difference?
It might be the buffer autocmds that are breaking things, and the plugin order should affect that.
FYI: ftplugin/typescript.vim
conflicted between Tsuquyomi and typescript-vim. But it was fixed. So this issue may be already gone.
I have boiled my vimrc down to include these two plugins using dein:
This seems to break Tsuquyomi and things like completion and linting do not work. If I check
TsuStatusServer
it comes back withdead
.Simply disabling
leafgarland/typescript-vim
gets things working again, andTsuStatusServer
comes back withidle
for typescript files.Assuming this issue is more difficult to fix, is there any way to use this plugin only for syntax highlighting?