akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.37k stars 62 forks source link

Convert Windows paths to WSL paths when running under WSL #549

Closed tfriedel closed 4 weeks ago

tfriedel commented 1 month ago

This pull request includes a commit that adds functionality to convert Windows paths to Unix paths when running under Windows Subsystem for Linux (WSL). This is achieved by replacing backslashes with forward slashes and converting the drive letter to the corresponding /mnt/<drive-letter> format. This enhancement ensures that file paths are correctly handled when running the software under WSL.

fixes #548