Files
drive/scripts/editor-setup.sh

7 lines
218 B
Bash
Raw Permalink Normal View History

2026-01-03 16:19:03 +00:00
#!/usr/bin/env bash
set -euo pipefail
# Prime lazy.nvim and install plugins, then ensure Mason tools are installed.
nvim --headless "+Lazy sync" +qall
nvim --headless "+MasonInstall gopls goimports vtsls biome" +qall