glacambre / firenvim

Embed Neovim in Chrome, Firefox & others.
GNU General Public License v3.0
4.57k stars 144 forks source link

chore(doc): use correct env var in TROUBLESHOOTING #1580

Closed xudyang1 closed 5 months ago

xudyang1 commented 5 months ago

%APPDATA% points to %UserProfile%/AppData/Roaming, while %LOCALAPPDATA% points to %UserProfile%/AppData/Local. %LOCALAPPDATA% should be used when refering to firenvim script path

Reference

glacambre commented 5 months ago

The code indeed uses %LOCALAPPDATA% instead of %APPDATA%, thank you for catching this!