mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Add script to start mjvim
This commit is contained in:
parent
6f43fd28be
commit
5be513d1c5
1 changed files with 4 additions and 0 deletions
4
mjvim
Executable file
4
mjvim
Executable 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 "$@"
|
||||
Loading…
Add table
Reference in a new issue