heavenshell / vim-jsdoc

Generate JSDoc to your JavaScript code.
BSD 3-Clause "New" or "Revised" License
452 stars 44 forks source link

Can't get it to work with vim 7.4 + janus setup #30

Closed steadystatic closed 9 years ago

steadystatic commented 9 years ago

I'm using pathogen via Janus and vim 7.4 - are there any known incompatibilities with other plugins?

I didn't see it in :scriptnames in cli vim and in MacVim I used the plugin listing plugin Headlights to show all my bundles and didn't see it there either.

Any ideas? Thanks!

heavenshell commented 9 years ago

are there any known incompatibilities with other plugins?

No. JsDoc.vim does not depend on any plugins.

:set rtp

↑command shows runtimepath. Is JsDoc.vim included in runtimepath?

or :messages shows any messages?

heavenshell commented 9 years ago

@steadystatic Any progress about this? I'll close this issue because this is not a JsDoc.vim's problem.