Skip to content

Commit 8e2a459

Browse files
committed
Update NvimServer
1 parent 4b5cfbd commit 8e2a459

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: bin/build_nvimserver_for_local_dev.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22
set -Eeuo pipefail
33

4-
declare -x target; target="$(uname -m)"; readonly target
54
declare -r -x clean=${clean:-false}
65
declare -r -x build_libnvim=${build_libnvim:-true}
76
declare -r -x build_dir=${build_dir:-"./.build"}

0 commit comments

Comments
 (0)