Talk about devdocs for vim

Written by | 2 minutes read | Tags talk, vim, vimberlin | Comments

How to use flog to browse a git repo. Gave this talk at the Vimberlin March 2019 meetup.

Slides of the talk

Video of the talk

Content of the talk

vim and devdocs?

devdocs.vim

filetype map

let g:devdocs_filetype_map = {
    \   'ruby': 'padrino',
    \   'javascript': 'react',
    \ }

docdocs locally

let g:devdocs_url = 'http://localhost:9292'

Connect with me

You can find the source under bitbucket. I gave this talk at Vimberlin September 2019 Meetup.