diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-17 21:35:13 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-17 21:37:02 +0800 |
commit | 08a75b22079d0fe63bf078fdbce065dccc93504d (patch) | |
tree | 689a1d981eacc9a446981b6800d6891aaaf4bedd /store/bin/nvr-wait | |
parent | b4a5820f57a6b5aa72e068e318705fcbeb0c3302 (diff) | |
download | crupest-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-x | store/bin/nvr-wait | 4 |
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 "$@" |