daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

Enabling Plug crashes nvim-gtk #177

Open galvao opened 5 years ago

galvao commented 5 years ago

Describe the bug Once you enable plug it starts to crash with the message: "Can't initialize nvim: Unknown error type: Wait timeout (nvim_command)"

After some clicks it just closes itself.

You can only solve this by clearing the start plug / end plug instructions on settings.vim

Technical information (please complete the following information):

daa84 commented 5 years ago

Does vim-plug installed? This is only vim-plug configuration manager, nothing more

galvao commented 5 years ago

Ah, I see it now, of course. I need vim-plug installed prior to enabling it on Neovim. Makes perfect sense. It's just that I wasn't aware of vim-plug prior to using Neovim so I just assumed turning on "Enable Plug" was all I've needed.

Suggestion: Create an issue "Gray out the enable plug button when vim-plug isn't installed"?