use neovim if command is present otherwise use vim#264
use neovim if command is present otherwise use vim#264onlurking wants to merge 1 commit intoigrigorik:masterfrom
Conversation
|
I don't know if using neovim as the default editor would be a sane choice, we maybe can discuss further this PR with some choices:
|
|
If you prefer to use NeoVim for VimGolf, you can always set the environment variable: You can do so in your bash_profile, bashrc, zsh initialization script, etc. Personally, I don't think using NeoVim by default if it's enabled is the best approach... But I can see ways in which we could make this easier to select (perhaps in the config file, selected through |
|
Many of the current solutions would not work in neovim, which makes me believe it should not be the default. Also, before enabling neovim, I think some changes to the |
this PR will make vimgolf use neovim as the default editor if is installed in the computer, the self function is multiplataform so it will run on Windows too.