LeaderF icon indicating copy to clipboard operation
LeaderF copied to clipboard

Not seeing files in the list of LeaderfFile

Open phuongnd08 opened this issue 2 months ago • 3 comments

This is what I see:

image
  • vim or neovim?
    • [ ] vim
    • [ ] neovim
  • Output of vim --version or nvim --version: NVIM v0.9.5
  • 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): 3.12.3 (main, Apr 9 2024, 08:09:14) [Clang 15.0.0 (clang-1500.3.9.4)]
  • Output of :echo g:Lf_Debug_Cmd: git ls-files "." && git ls-files --others --exclude-standard "."
  • Output of :echo g:Lf_FilesFromCache: 1
  • Operating system:
    • [ ] Linux
    • [ x] Mac OS X
    • [ ] Windows
    • [ ] Etc.
  • Configurations related to LeaderF in vimrc:

Describe your question, feature request, or bug.

Not see files when invoke :LeaderfFile

Steps to reproduce

Invoke :LeaderfFile

Actual behaviour

image

Expected behaviour

Showing some files

phuongnd08 avatar May 04 '24 08:05 phuongnd08