1

I know there is a plugin named pydoc that integrates python documentation with vim. But is there a general plugin that integrates a chosen documentation with a chosen file extension.

Thanks

2 Answers 2

2

There is no such plugin for arbitrary documentation (at least as far as I know), but there are many plugins for particular documentation sources. Personally I'm using vim-ref (which supports Clojure, Erlang, UNIX man, perldoc, PHP manual, pydoc, and Ruby's ReFe), and info (for GNU Info; this one is quite old but still better than many alternatives).

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for your answer. But, I do not want to limit myself to a specific plugin.
0

Vinfo is a Vim plugin that allows you to read Info documentation files right inside a Vim session in a Vim-help fashioned way or from a shell just the way you normally use Info

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.