glacambre / firenvim

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

Unexpected directory created on Windows host after installation on Windows host side #1578

Closed xudyang1 closed 5 months ago

xudyang1 commented 5 months ago

What I tried to do

Run :lua vim.fn["firenvim#install"](0) on Windows host system

What happened

A directory mnt/c/Users/myUserName/appdata/local/firenvim/ with file filenvim.bat created under C: drive, so the full path is C:\\mnt\\c\\Users\\....\\firenvim

glacambre commented 5 months ago

Solved by @xudyang1 in https://github.com/glacambre/firenvim/pull/1579