add marks.nvim

This commit is contained in:
2026-05-14 10:34:26 -04:00
parent c94b2c205e
commit 5202ed9082
4 changed files with 16 additions and 1 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
nvim --headless -c "NfnlCompileAllFiles" -c "qa"