initial commit

This commit is contained in:
2026-01-16 00:56:55 +00:00
commit 90fd137b77
21 changed files with 1308 additions and 0 deletions

6
scripts/setup-nvim.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 vtsls" +qall