diff --git a/scripts/editor-setup.sh b/scripts/editor-setup.sh new file mode 100755 index 0000000..920e891 --- /dev/null +++ b/scripts/editor-setup.sh @@ -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