cknadler / vim-anywhere

Use Vim everywhere you've always wanted to
MIT License
3.67k stars 146 forks source link

neovim support for mac via VimR #73

Open sodiumjoe opened 6 years ago

sodiumjoe commented 6 years ago

VimR nightly builds are for all intents and purposes macvim with neovim, while neovim-gnome-terminal-wrapper might work for linux (not a linux user).

For now I'm using a if has('nvim') in my .vimrc for macvim compatibility, but it would be nice to get rid of that stuff.

cknadler commented 6 years ago

Not opposed to this at all. Would happily accept a pull request. I think adding an option that allows you to override the editor would be great.