From 8d434052f601805693aa13e989bb332521d470ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Busqu=C3=A9?= Date: Thu, 2 Jun 2016 18:15:00 +0200 Subject: [PATCH] Add vim-www as vim plugin to be used to search devdocs --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 29cfb20b..58426cdf 100644 --- a/Home.md +++ b/Home.md @@ -16,4 +16,5 @@ * [Chrome desktop app](https://github.com/arosemena/DevDocsWrapper) * [Emacs lookup](https://github.com/skeeto/devdocs-lookup) * [Alfred Workflow](https://github.com/yannickglt/alfred-devdocs) (1) -* [Alfred Workflow](https://github.com/jeffscottward/DevDocsIO-AlfredWorkflow) (2) \ No newline at end of file +* [Alfred Workflow](https://github.com/jeffscottward/DevDocsIO-AlfredWorkflow) (2) +* [Vim search plugin with Devdocs in its defaults](https://github.com/waiting-for-dev/vim-www) Just set `let g:www_shortcut_engines = { 'devdocs': ['Devdocs', 'dd'] }` to have a `:Devdocs` command and a `dd` mapping. \ No newline at end of file