devdocs.vim
devdocs.vim copied to clipboard
Search on multiple docs
Would be nice be possible to search on multiple docs, with some config like:
let g:devdocs_filetype_map = {
\ 'elixir': ['elixir','phoenix'],
\ }
Came here looking for this. A workaround is to use (devdocs-under-cursor-all) instead of (devdocs-under-cursor) for mappings. However it may have conflicts depending on what you fave selected.