dev: add nvim setup script

This commit is contained in:
2026-01-03 16:19:03 +00:00
parent 04698bcbf9
commit 8421e3acd1

6
scripts/editor-setup.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/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