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
380
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
600
Flog, a New Git Branch extension
wikimatze
0
530
Cmus
wikimatze
0
68
cmus and vim
wikimatze
0
800
vimfest-2016-opening-keynote
wikimatze
0
59
Get productive with vimtex for LaTeX
wikimatze
0
630
Weechat - another IRC client
wikimatze
0
1k
Synchronize gitter and IRC
wikimatze
0
160
Vimfest
wikimatze
0
220
Other Decks in Technology
See All in Technology
非機能品質を作り込むための実践アーキテクチャ
knih
5
1.5k
生成AIのガバナンスの全体像と現実解
fnifni
1
190
How to be an AWS Community Builder | 君もAWS Community Builderになろう!〜2024 冬 CB募集直前対策編?!〜
coosuke
PRO
2
2.8k
Google Cloud で始める Cloud Run 〜AWSとの比較と実例デモで解説〜
risatube
PRO
0
110
PHP ユーザのための OpenTelemetry 入門 / phpcon2024-opentelemetry
shin1x1
1
310
.NET 9 のパフォーマンス改善
nenonaninu
0
1k
DevFest 2024 Incheon / Songdo - Compose UI 조합 심화
wisemuji
0
120
Oracle Cloudの生成AIサービスって実際どこまで使えるの? エンジニア目線で試してみた
minorun365
PRO
4
290
株式会社ログラス − エンジニア向け会社説明資料 / Loglass Comapany Deck for Engineer
loglass2019
3
32k
MLOps の現場から
asei
7
650
20241214_WACATE2024冬_テスト設計技法をチョット俯瞰してみよう
kzsuzuki
3
540
新機能VPCリソースエンドポイント機能検証から得られた考察
duelist2020jp
0
230
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Code Reviewing Like a Champion
maltzj
520
39k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
8
1.2k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
32
2.7k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.9k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5k
Imperfection Machines: The Place of Print at Facebook
scottboms
266
13k
Building an army of robots
kneath
302
44k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Six Lessons from altMBA
skipperchong
27
3.5k
GraphQLとの向き合い方2022年版
quramy
44
13k
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?