Skip to content

Including plugin breaks tsuquyomi #126

Open
@ajcrites

Description

@ajcrites

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions