ukyouz / SublimeText-SimpleFuzzy

Fuzzy search line-based jump for the current file and project files.
MIT License
5 stars 0 forks source link

Need help in windows #1

Closed zhea55 closed 3 years ago

zhea55 commented 3 years ago

I use your plugin in windows.

which rg will be the problem.

Could you add a config to specify the rg.exe location?

zhea55 commented 3 years ago

simply replace which with where should be work.

But sublime not load the package, after i change the .sublime-package code.

ukyouz commented 3 years ago

Adding your rg executable folder into Windows environment variable PATH may help!

zhea55 commented 3 years ago

Already tried,not working.

WeCom Screenshot_20210803133925

I think because which rg return empty string.

ukyouz commented 3 years ago

okay, the problem is which command fails and I figure out that such checking condition is redundant so I will simply remove it at next update.

ukyouz commented 3 years ago

This issue should be fixed in version 1.1.3, also I add a simple_fuzzy_chk_cmd options.