Open
Description
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
Labels
No labels