You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
[*] Linux
[*] Mac OS X
Configurations related to LeaderF in vimrc:
let g:Lf_WindowPosition = 'popup'
command Rg execute "Leaderf --stayOpen rg"
Describe your question, feature request, or bug.
When I used rg to search word, I can't return to LeaderF(floating window) after select a file. how can i switch floating winodw and opened file? Thanks
Steps to reproduce
Actual behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered:
vim or neovim?
Output of
vim --version
ornvim --version
:Output of
:echo has("python")
:Output of
:echo has("python3")
: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:
let g:Lf_WindowPosition = 'popup'
command Rg execute "Leaderf --stayOpen rg"
Describe your question, feature request, or bug.
When I used rg to search word, I can't return to LeaderF(floating window) after select a file. how can i switch floating winodw and opened file? Thanks
Steps to reproduce
Actual behaviour
Expected behaviour
The text was updated successfully, but these errors were encountered: