From fc07c069340b9589a35e1f8dfebd05c93c880e9a Mon Sep 17 00:00:00 2001 From: waiting-for-dev Date: Thu, 2 Jun 2016 18:28:02 +0200 Subject: [PATCH] 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 --- assets/javascripts/templates/pages/about_tmpl.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 3bbe87a9..61a7147b 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -71,6 +71,7 @@ app.templates.aboutPage = -> """
  • Atom plugin
  • Brackets extension
  • Emacs Package +
  • Vim searching plugin with DevDocs integrated

    You can also use Fluid to turn DevDocs into a real OS X app, or Fogger on Ubuntu.