HerringtonDarkholme / yats.vim

Yet Another TypeScript Syntax: The most advanced TypeScript Syntax Highlighting in Vim
Vim License
648 stars 68 forks source link

yats.vim breaks tagbar #206

Open AdrienLemaire opened 3 years ago

AdrienLemaire commented 3 years ago

Probably since 12 hours ago when typescript mappings got added to tagbar https://github.com/preservim/tagbar/pull/669

:messages
Executed command: "'ctags' '--extras=+F' '-f' '-' '--format=2' '--excmd=pattern' '--fields=nksSaf' '--sort=no' '--append=no' '--options=/home/dori/.vim/plugged/yats.vim/ctags/typescript.ctags' '--language-force=ty
pescript' '--typescript-kinds=catnfvlmie' '/tmp/nvimrnTPWN/4.ts'"
Command output:
ctags: Language "typescript" already defined
Exit code: 1
Olyve commented 3 years ago

I am having the exact same issue with universal-catgs. Is there a fix for this?

Olyve commented 3 years ago

This has been open for a long time with no update. This is still an issue for me and I would like to bump this for visibility. Any tips on fixing this conflict with ctags would be much appreciated

Olyve commented 3 years ago

@AdrienLemaire doesn't look like we will be getting an answer any time soon. I tried out https://github.com/liuchengxu/vista.vim instead of tagbar and it has worked for me without any conflicts while having yats installed and using ctags.