%%{init: {"flowchart": {"htmlLabels": false}} }%%
flowchart LR
subgraph LSP
subgraph lsp.install [Install language servers]
subgraph mason-pkg [Local to neovim]
mason.nvim
end
system-pkg["System
package managers"]
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am pynappo on github. | |
| * I am pynappo (https://keybase.io/pynappo) on keybase. | |
| * I have a public key whose fingerprint is 5668 F467 6F28 03AE 2935 6DC1 622E 1C4B C6ED D527 | |
| To claim this, I am signing this object: |
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
| #!/usr/bin/env bash | |
| datetime=$(date +%Y-%m-%d_%H-%M-%S) | |
| output_dir="$datetime" | |
| output_dir_discord="$datetime/discord-sized" | |
| if [[ ! -d "$output_dir_discord" ]]; then | |
| mkdir -p "$output_dir_discord" | |
| fi |
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
| Param ( | |
| [Parameter(Mandatory, HelpMessage = "Please provide a youtube-dl compatible link")] | |
| [string]$URL | |
| ) | |
| Param ( | |
| [Parameter(Mandatory, HelpMessage = "Please provide a youtube-dl compatible link")] | |
| [string]$URL | |
| ) | |
| Param ( | |
| [Parameter(Mandatory, HelpMessage = "Please provide a youtube-dl compatible link")] |