diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-10 16:56:01 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-10 16:56:01 +0800 |
commit | 198ce110ff67f645b5513ba2d445655f30f6416f (patch) | |
tree | 744630c7c71e24e8412f9e8acec03b9cb9eb9f3c /store/home/bin/nvr-wait | |
parent | 80856d226b46e7304b7b7797f31101c987ab8c7b (diff) | |
download | crupest-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-x | store/home/bin/nvr-wait | 4 |
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 "$@" |