Skip to content

Instantly share code, notes, and snippets.

View pynappo's full-sized avatar
💫

pynappo pynappo

💫
View GitHub Profile
@pynappo
pynappo / neovim-lsp-explainer.md
Last active April 26, 2024 05:55
A chart describing neovim lsp vs coc
%%{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"]
@pynappo
pynappo / youtube-sync.ps1
Last active April 17, 2022 10:58
WIP (not functional) PowerShell script for syncing a youtube playlist to the containing folder with youtube-dl.
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")]