Open aparaatti opened 6 years ago
This is current limitation of neovim, if on start there is error or user input request - it just freeze.
so this one neovim/neovim#3901 ?
yes 😄
https://github.com/neovim/neovim/pull/9024 should fix this. Make sure the UI does not call --headless
. It should only call --embed
.
I have built current head:
with
sudo make PREFIX=/opt install
.When I have only init.vim at $HOME/.config/nvim having this
as content, the startup fails on timeout.
If there is only one echom, it starts up fine. When I start neovim in terminal, with one or two echom, neovim shows the press enter to continue prompt, so maybe related to handling that?
cheers!