Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
devdocs - offline language programming support
Search
Matthias Günther
September 26, 2019
Technology
0
400
devdocs - offline language programming support
Gave this talk at the Vimberlin September 2019 meetup
https://vimberlin.de/september-2019-meetup/
Matthias Günther
September 26, 2019
Tweet
Share
More Decks by Matthias Günther
See All by Matthias Günther
copymatch_and_dadbod.pdf
wikimatze
0
630
Flog, a New Git Branch extension
wikimatze
0
590
Cmus
wikimatze
0
71
cmus and vim
wikimatze
0
850
vimfest-2016-opening-keynote
wikimatze
0
65
Get productive with vimtex for LaTeX
wikimatze
0
660
Weechat - another IRC client
wikimatze
0
1k
Synchronize gitter and IRC
wikimatze
0
170
Vimfest
wikimatze
0
260
Other Decks in Technology
See All in Technology
Ninno LT
kawaguti
PRO
1
100
2025年8月から始まるAWS Lambda INITフェーズ課金/AWS Lambda INIT phase billing changes
quiver
1
440
ガバクラのAWS長期継続割引 ~次の4/1に慌てないために~
hamijay_cloud
1
590
AIエージェント開発手法と業務導入のプラクティス
ykosaka
9
2.7k
続・やっぱり余白が大切だった話
kakehashi
PRO
2
190
日経電子版 for Android の技術的課題と取り組み(令和最新版)/android-20250423
nikkei_engineer_recruiting
2
630
AndroidアプリエンジニアもMCPを触ろう
kgmyshin
2
600
大規模サーバーレスプロジェクトのリアルな零れ話
maimyyym
3
110
Microsoft の SSE の現在地
skmkzyk
0
280
意思決定を支える検索体験を目指してやってきたこと
hinatades
PRO
0
400
MySQL Indexes and Histograms – How they really speed up your queries
lefred
0
150
C++26アップデート 2025-03
faithandbrave
0
1.2k
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
Code Review Best Practice
trishagee
67
18k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
Optimising Largest Contentful Paint
csswizardry
37
3.2k
How GitHub (no longer) Works
holman
314
140k
Side Projects
sachag
453
42k
Bash Introduction
62gerente
612
210k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
120
52k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.2k
Docker and Python
trallard
44
3.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.5k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.4k
Transcript
devdocs Matthias Günther
Features DevDocs combines multiple API documentations in a fast, organized,
and searchable interface nearly every bigger framework is supported
Demo time https://devdocs.io/
vim and devdocs? https://github.com/rhysd/ devdocs.vim https://github.com/romainl/ vim-devdocs
devdocs.vim DevDocsAll <query> … search global DevDocsUnderCursor … search global
after the word under the cursor
filetype map let g:devdocs_filetype_map = { \ 'ruby': 'padrino', \
'javascript': 'react', \ }
docdocs locally https://github.com/ freeCodeCamp/ devdocs#quick-start let g:devdocs_url = ‘http:// localhost:9292’
Thank you Any questions?