mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 12:01:17 +00:00
dev: add nvim setup script
This commit is contained in:
6
scripts/editor-setup.sh
Executable file
6
scripts/editor-setup.sh
Executable 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
|
||||||
Reference in New Issue
Block a user