Use vi feature with cosmic-text editor

This commit is contained in:
Jeremy Soller 2022-11-16 11:33:38 -07:00
parent 4377f74fe7
commit 7fd0772ea3
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE

View File

@ -4,7 +4,7 @@ BRANCH=main
function recipe_build {
sysroot="$(realpath ../sysroot)"
set -x
cargo build --target "$TARGET" --release --package editor-orbclient
cargo build --target "$TARGET" --release --package editor-orbclient --features vi
set +x
skip=1
}