mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
4 lines
130 B
Bash
Executable file
4 lines
130 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# ~/bin/mjvim (make sure ~/bin is in your $PATH and run chmod +x ~/bin/mjvim)
|
|
|
|
NVIM_APPNAME="mjvim" nvim "$@"
|