mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 05:01:17 +00:00
7 lines
196 B
Bash
7 lines
196 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 vtsls" +qall
|