Skip to content

Instantly share code, notes, and snippets.

@bobbrysonn
bobbrysonn / bootstrap.sh
Last active June 22, 2026 08:59
Neovim bootstrap script - full IDE config with LSP, cmp, telescope, neo-tree, gitsigns
#!/usr/bin/env bash
#
# Neovim bootstrap — full IDE config
#
# Install:
# bash <(curl -fsSL https://gist.github.com/bobbrysonn/499250435cb365c562efa3792b2c386c/raw/bootstrap.sh)
#
set -euo pipefail
NVIM_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/nvim"