glacambre / firenvim

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

Uninstallation only removes binary in WSL but not files and registry keys on Windows host #1576

Closed xudyang1 closed 8 months ago

xudyang1 commented 8 months ago

What I tried to do

Run :lua vim.fn["firenvim#uninstall"]() in neovim on WSL2

What happened

Only stdpath('data')/firenvim/firenvim or $HOME/.local/share/firenvim/firenvim binary in WSL2 gets removed. Files under %LOCALAPPDATA%/firenvim/ and registry keys on Windows host are not removed.

xudyang1 commented 8 months ago

Closed by #1581