Closed tarqd closed 9 years ago
Right now if you do open -a Neovim . in a directory you get an error. Meanwhile if you use nvim . directly (if configured) you get a Netrw directory listing. Can we have this work with Neovim.app?
open -a Neovim .
nvim .
Closing because I found this is already a known issue
Right now if you do
open -a Neovim .
in a directory you get an error. Meanwhile if you usenvim .
directly (if configured) you get a Netrw directory listing. Can we have this work with Neovim.app?