LeaderF icon indicating copy to clipboard operation
LeaderF copied to clipboard

Post-update hook for LeaderF in plug.vim failed

Open xaljer opened this issue 2 years ago • 0 comments

  • vim or neovim?

    • [ ] vim
    • [x] neovim
  • Output of vim --version or nvim --version: NVIM v0.7.0-dev+995-g255935903

  • Output of :echo has("python"): 0

  • Output of :echo has("python3"): 1

  • Output of :echo &pythondll(only vim, not neovim):

  • Output of :echo &pythonthreedll(only vim, not neovim):

  • Output of :py print(sys.version):

  • Output of :py3 print(sys.version):

  • Output of :echo g:Lf_Debug_Cmd:

  • Output of :echo g:Lf_FilesFromCache:

  • Operating system:

    • [x] Linux
    • [ ] Mac OS X
    • [ ] Windows
    • [ ] Etc.
  • Configurations related to LeaderF in vimrc:

Describe your question, feature request, or bug.

图片

Steps to reproduce

run PlugInstall in neovim or run nvim +PlugInstall +qall --headless in bash

Actual behaviour

need retry

Expected behaviour

success every time

xaljer avatar Feb 13 '22 04:02 xaljer