mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 07:31:18 +00:00
7 lines
218 B
Bash
7 lines
218 B
Bash
|
|
#!/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
|