Skip to content
Snippets Groups Projects
Verified Commit 7fd0772e authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Use vi feature with cosmic-text editor

parent 4377f74f
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ BRANCH=main ...@@ -4,7 +4,7 @@ BRANCH=main
function recipe_build { function recipe_build {
sysroot="$(realpath ../sysroot)" sysroot="$(realpath ../sysroot)"
set -x set -x
cargo build --target "$TARGET" --release --package editor-orbclient cargo build --target "$TARGET" --release --package editor-orbclient --features vi
set +x set +x
skip=1 skip=1
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment