rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

command to open file in Neovim.app #162

Closed jbaum98 closed 8 years ago

jbaum98 commented 8 years ago

I wrote a tiny script to open a file in Neovim.app instead of terminal neovim:

#!/bin/sh
open -a Neovim --args $@

I think this should be added to the homebrew installation so it will automatically be installed, but I didn't make a pull request because I'm not sure where it goes.

rogual commented 8 years ago

Thanks! This feature request has come up before, the only issue being “what do we call the script”. I think it's about time we added this, so I've decided on gnvim.

Will update the homebrew formula separately.