Closed 8taiiat8 closed 1 year ago
Does pt --nocolor -g="" "."
work in your command line?
There is something wrong with your pt
command.
Or you can set let g:Lf_DefaultExternalTool = "find"
.
Thanks for your Tipp and your quick Support!
The command works in my command line.
After setting the Parameter in .vimrc, LeaderF seems to work again
So Thank you :)
Yggdroot @.***> schrieb am Fr. 17. Feb. 2023 um 02:35:
Does pt --nocolor -g="" "." work in your command line? There is something wrong with your pt command. Or you can set let g:Lf_DefaultExternalTool = "find".
— Reply to this email directly, view it on GitHub https://github.com/Yggdroot/LeaderF/issues/986#issuecomment-1433973471, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI7LPJS3TWNQ6BV5LFGTJJTWX3IVHANCNFSM6AAAAAAU6XDCKQ . You are receiving this because you authored the thread.Message ID: @.***>
vim --version
ornvim --version
: VIM - Vi IMproved 9.0:echo has("python")
: 1:echo has("python3")
: 1:echo &pythondll
(only vim, not neovim): libpython2.7.so.1.0:echo &pythonthreedll
(only vim, not neovim): libpython3.6m.so.1.0:py print(sys.version)
: 2.7.18 (default, Mar 04 2021, 23:25:57) [GCC]:py3 print(sys.version)
: 3.6.15 (default, Sep 23 2021, 15:41:43) [GCC]:echo g:Lf_Debug_Cmd
: pt --nocolor -g="" ".":echo g:Lf_FilesFromCache
: 1Plug 'Yggdroot/LeaderF'
Describe your question, feature request, or bug.
Steps to reproduce
Actual behaviour
Expected behaviour