Gave this talk at the Vimberlin September 2019 meetup https://vimberlin.de/september-2019-meetup/
devdocsMatthias Günther
View Slide
FeaturesDevDocs combines multipleAPI documentations in a fast,organized, and searchableinterfacenearly every biggerframework is supported
Demo timehttps://devdocs.io/
vim and devdocs?https://github.com/rhysd/devdocs.vimhttps://github.com/romainl/vim-devdocs
devdocs.vimDevDocsAll …search globalDevDocsUnderCursor …search global after the wordunder the cursor
filetype maplet g:devdocs_filetype_map = {\ 'ruby': 'padrino',\ 'javascript': 'react',\ }
docdocs locallyhttps://github.com/freeCodeCamp/devdocs#quick-startlet g:devdocs_url = ‘http://localhost:9292’
Thank youAny questions?