From 9e635213f5a5145db7b31972050ab75f1aa19c15 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Mon, 10 Mar 2025 16:56:01 +0800 Subject: feat(nvim): add more tools. --- store/home/bin/nvr-wait | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 store/home/bin/nvr-wait (limited to 'store/home/bin/nvr-wait') 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 "$@" -- cgit v1.2.3