%%{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 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")] |