luan / vimfiles

The Vim Configuration. Uses vim-plug to manage plugins.
172 stars 58 forks source link

./install script gets stuck with neovim #100

Closed albertoleal closed 7 years ago

albertoleal commented 7 years ago

Hi @luan !

I'm configuring a brand new machine with Sierra (10.12.5) and neovim (stable 0.2.0 - tried HEAD as well), and when I ran the install script it gets stuck either on "Updating plugins" or "Installing go binaries". Have you seen that before? Do you have any idea what might be causing that?

This problem does not happen if I use vim instead.

Thanks, Alberto

Infra-Red commented 7 years ago

I've observed the same issue with neovim, works fine when passing --non-interactive option.

albertoleal commented 7 years ago

Thanks @Infra-Red !

I was able to reproduce that 100%, but out of a blue the problem no longer happens.