Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Including plugin breaks tsuquyomi #126

Open
ajcrites opened this issue Nov 30, 2017 · 3 comments
Open

Including plugin breaks tsuquyomi #126

ajcrites opened this issue Nov 30, 2017 · 3 comments

Comments

@ajcrites
Copy link

I have boiled my vimrc down to include these two plugins using dein:

if dein#load_state(expand('~/.config/nvim/dein'))
      call dein#begin(expand('~/.config/nvim/dein'))
      call dein#add('Shougo/dein.vim')
      call dein#add('Shougo/vimproc.vim', {'build': 'make'})
      call dein#add('Quramy/tsuquyomi')
      call dein#add('leafgarland/typescript-vim')

      call dein#end()
      call dein#save_state()
 endif

This seems to break Tsuquyomi and things like completion and linting do not work. If I check TsuStatusServer it comes back with dead.

Simply disabling leafgarland/typescript-vim gets things working again, and TsuStatusServer comes back with idle for typescript files.

Assuming this issue is more difficult to fix, is there any way to use this plugin only for syntax highlighting?

@leafgarland
Copy link
Owner

Have you tried loading tsuquyomi after this plugin, does that make any difference?

@leafgarland
Copy link
Owner

It might be the buffer autocmds that are breaking things, and the plugin order should affect that.

@rhysd
Copy link
Contributor

rhysd commented Jan 11, 2018

FYI: ftplugin/typescript.vim conflicted between Tsuquyomi and typescript-vim. But it was fixed. So this issue may be already gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants