Skip to content

Instantly share code, notes, and snippets.

View brendonrapp's full-sized avatar

Brendon Rapp brendonrapp

View GitHub Profile
@abmantis
abmantis / nvim_devcontainers.md
Last active May 1, 2025 02:04
nvim + devcontainers (with clipboard support!)

Build container:

  • Run devcontainer up (.X11-unix is needed for clipboard to work)
devcontainer up --remove-existing-container --mount "type=bind,source=$HOME/.config/nvim,target=/nvim-config" --mount "type=bind,source=/tmp/.X11-unix,target=/tmp/.X11-unix" --workspace-folder .

Setup container:

TL;DR one-liner:

@geovannimp
geovannimp / cSpell_packageJson_dictionary.md
Last active May 8, 2024 23:21
cSpell package.json dictionary

cSpell package.json dictionary with monorepo support

Create the following files in the .vscode folder of your repo

.vscode/cspell.json

{
  "import": ["./cspell-node.config.cjs"]
}

.vscode/cspell-node.config.cjs