浏览代码

Add vim-www as vim plugin to be used to search devdocs

Marc Busqué 9 年之前
父节点
当前提交
8d434052f6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Home.md

+ 2 - 1
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)
+* [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', '<leader>dd'] }` to have a `:Devdocs` command and a `<leader>dd` mapping.