This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| call plug#begin('~/.vim/plugged') | |
| Plug 'tomasiser/vim-code-dark' | |
| call plug#end() | |
| colorscheme codedark | |
| set number | |
| syntax on | |
| set showmode | |
| set nobackup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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. |