devdocs.vim
devdocs.vim copied to clipboard
Open devdocs.io from Vim
It would be nice if we could select a diff source than the filetype we are in.
added doc/tags into gitignore It seems that this file is periodically generated when using devdocs.vim as git submodule (using pathogen or pack/ folder) thus making submodule dirty
Would be nice be possible to search on multiple docs, with some config like: let g:devdocs_filetype_map = { \ 'elixir': ['elixir','phoenix'], \ }
Is there a possibility to use an allready open tab in Safari instead of opening a new one each time?