aboutsummaryrefslogtreecommitdiff
path: root/store/bin/nvr-wait
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-17 21:35:13 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-17 21:37:02 +0800
commit08a75b22079d0fe63bf078fdbce065dccc93504d (patch)
tree689a1d981eacc9a446981b6800d6891aaaf4bedd /store/bin/nvr-wait
parentb4a5820f57a6b5aa72e068e318705fcbeb0c3302 (diff)
downloadcrupest-08a75b22079d0fe63bf078fdbce065dccc93504d.tar.gz
crupest-08a75b22079d0fe63bf078fdbce065dccc93504d.tar.bz2
crupest-08a75b22079d0fe63bf078fdbce065dccc93504d.zip
nvim: remove unneeded bins and disable scroll animation of neovide.
Diffstat (limited to 'store/bin/nvr-wait')
-rwxr-xr-xstore/bin/nvr-wait4
1 files changed, 0 insertions, 4 deletions
diff --git a/store/bin/nvr-wait b/store/bin/nvr-wait
deleted file mode 100755
index 410d42d..0000000
--- a/store/bin/nvr-wait
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-export CRU_NVIM_SERVER=${CRU_NVIM_SERVER:-/tmp/nvimsocket}
-exec nvr --nostart --servername "$CRU_NVIM_SERVER" -cc split --remote-wait "$@"