Add script to start mjvim

This commit is contained in:
Marcelo Jacobus 2025-09-15 16:25:20 -03:00
parent 6f43fd28be
commit 5be513d1c5

4
mjvim Executable file
View file

@ -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 "$@"