junegunn / fzf.vim

fzf :heart: vim
MIT License
9.51k stars 581 forks source link

add scoop_git_bash to windows bash candidates #1545

Closed ykhan21 closed 1 month ago

ykhan21 commented 1 month ago

This PR: 1) Adds scoop_git_bash to windows bash candidates. Scoop installs git for windows at ~/scoop/apps/git/current and sets the environment variable to $GIT_INSTALL_ROOT to this path. 2) Prioritizes Windows' bash over wsl bash. WSL bash causes errors for many reasons, some of which include:

Tested successfully on:

nvim + Git Bash doesn't work and hasn't worked for quite a while.

junegunn commented 1 month ago

Thanks!