h1mesuke/unite-outline

Outline for Java/C/C++ files doesn't work

Townk opened this issue · 3 comments

Hi guys,

I'm trying to setup my vim to use Unite to replace a bunch of plugins I have but I can't make unite-outline work with Java / C / C++ code. I do have crags installed and working here (tagbar plugin works like a charm) but when I invoke unite outline with:

:Unite outline:!

I get a blank list.

Am I suppose to configure something to make outline uses ctags in this case?

This repository is not maintained.
You should use Shougo's forked repository.
https://github.com/Shougo/unite-outline

Yes. Unfortunatelly, original maintainer is not supported yet.

Thanks guys. I switched to Shougo's repo and it's working like a charm