Closed leichen2552 closed 3 months ago
vim or neovim?
Output of vim --version or nvim --version: 9.1
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): libpython3.10.s0.1.0
:echo &pythondll
Output of :echo &pythonthreedll(only vim, not neovim): libpython3.10.s0.1.0
: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:
更新一下,现在有2万多行了
太棒了,已经生效!
vim or neovim?
Output of
vim --version
ornvim --version
: 9.1Output of
:echo has("python")
: 0Output of
:echo has("python3")
: 1Output of
:echo &pythondll
(only vim, not neovim): libpython3.10.s0.1.0Output of
:echo &pythonthreedll
(only vim, not neovim): libpython3.10.s0.1.0Output 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
Actual behaviour
Expected behaviour