Skip to content

Instantly share code, notes, and snippets.

call plug#begin('~/.vim/plugged')
Plug 'tomasiser/vim-code-dark'
call plug#end()
colorscheme codedark
set number
syntax on
set showmode
set nobackup
/**
* Parameters:
* videoId (string) - YouTube video ID
* lang (string) - Preferred language code (default: "en")
*
* Notes:
* • Automatically falls back to auto-generated subtitles if manual
* captions are unavailable.
* • Falls back to the first available language if the requested
* language is not found.