From 5be513d1c5e841625350f5ae8210ef3580bdebd5 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Mon, 15 Sep 2025 16:25:20 -0300 Subject: [PATCH] Add script to start mjvim --- mjvim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mjvim diff --git a/mjvim b/mjvim new file mode 100755 index 0000000..42ebca5 --- /dev/null +++ b/mjvim @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +# ~/bin/mjvim (make sure ~/bin is in your $PATH and run chmod +x ~/bin/mjvim) + +NVIM_APPNAME="mjvim" nvim "$@"