We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vim or neovim?
Output of vim --version or nvim --version: NVIM v0.7.0-dev+995-g255935903
vim --version
nvim --version
Output of :echo has("python"): 0
:echo has("python")
Output of :echo has("python3"): 1
:echo has("python3")
Output of :echo &pythondll(only vim, not neovim):
:echo &pythondll
Output of :echo &pythonthreedll(only vim, not neovim):
:echo &pythonthreedll
Output of :py print(sys.version):
:py print(sys.version)
Output of :py3 print(sys.version):
:py3 print(sys.version)
Output of :echo g:Lf_Debug_Cmd:
:echo g:Lf_Debug_Cmd
Output of :echo g:Lf_FilesFromCache:
:echo g:Lf_FilesFromCache
Operating system:
Configurations related to LeaderF in vimrc:
run PlugInstall in neovim or run nvim +PlugInstall +qall --headless in bash
PlugInstall
nvim +PlugInstall +qall --headless
need retry
success every time
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vim or neovim?
Output of
vim --version
ornvim --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:
Configurations related to LeaderF in vimrc:
Describe your question, feature request, or bug.
Steps to reproduce
run
PlugInstall
in neovimor run
nvim +PlugInstall +qall --headless
in bashActual behaviour
need retry
Expected behaviour
success every time
The text was updated successfully, but these errors were encountered: