aboutsummaryrefslogtreecommitdiff
path: root/store/home/bin/nvr-wait
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-03-10 16:56:01 +0800
committerYuqian Yang <crupest@crupest.life>2025-03-10 16:56:01 +0800
commit198ce110ff67f645b5513ba2d445655f30f6416f (patch)
tree744630c7c71e24e8412f9e8acec03b9cb9eb9f3c /store/home/bin/nvr-wait
parent80856d226b46e7304b7b7797f31101c987ab8c7b (diff)
downloadcrupest-198ce110ff67f645b5513ba2d445655f30f6416f.tar.gz
crupest-198ce110ff67f645b5513ba2d445655f30f6416f.tar.bz2
crupest-198ce110ff67f645b5513ba2d445655f30f6416f.zip
feat(nvim): add more tools.
Diffstat (limited to 'store/home/bin/nvr-wait')
-rwxr-xr-xstore/home/bin/nvr-wait4
1 files changed, 4 insertions, 0 deletions
diff --git a/store/home/bin/nvr-wait b/store/home/bin/nvr-wait
new file mode 100755
index 0000000..410d42d
--- /dev/null
+++ b/store/home/bin/nvr-wait
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+export CRU_NVIM_SERVER=${CRU_NVIM_SERVER:-/tmp/nvimsocket}
+exec nvr --nostart --servername "$CRU_NVIM_SERVER" -cc split --remote-wait "$@"