Skip to content

Commit d15265a

Browse files
committed
[bin] Add vim script that executes nvim
1 parent af9f0b2 commit d15265a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
exec nvim "$@"

0 commit comments

Comments
 (0)