Add vim-www to the list of plugins

Even if it is not a dedicated DevDocs plugin, it integrates it between its
defaults. So, OOTB you can do:

    :Wsearch devdocs some_method

While, adding the following to `~/.vimrc`:

    `let g:www_shortcut_engines = { 'devdocs': ['DevDocs']}`

Provides with:

    :DevDocs some_method
pull/415/head
waiting-for-dev 9 years ago
parent ebd6a2204d
commit fc07c06934

@ -71,6 +71,7 @@ app.templates.aboutPage = -> """
<li><a href="https://atom.io/packages/devdocs">Atom plugin</a>
<li><a href="https://github.com/gruehle/dev-docs-viewer">Brackets extension</a>
<li><a href="https://github.com/xuchunyang/DevDocs.el">Emacs Package</a>
<li><a href="https://github.com/waiting-for-dev/vim-www">Vim searching plugin with DevDocs integrated</a>
</ul>
<p>You can also use <a href="http://fluidapp.com">Fluid</a> to turn DevDocs into a real OS X app, or <a href="https://apps.ubuntu.com/cat/applications/fogger/">Fogger</a> on Ubuntu.

Loading…
Cancel
Save