junegunn / fzf.vim

fzf :heart: vim
MIT License
9.59k stars 582 forks source link

`:Files` cannot preview in Neovim in Windows #1364

Closed NoahELE closed 2 years ago

NoahELE commented 2 years ago

:Files cannot preview in Neovim.

I am using windows and Neovim, and I have wsl installed.

I figured out that I can solve the issue by adding git bash to the top of path, but I need to use wsl bash, so this is not a fix for me.

However, preview worked just fine with vim (I am using both with one config). I read about this pull request #1360, it seems to fit my problem. I wonder if Neovim needs extra steps to make wsl bash able to excute the preview.sh script.