TheBlob42 / drex.nvim

Another directory/file explorer for Neovim written in Lua
GNU General Public License v3.0
96 stars 8 forks source link

fix: windows support #3

Closed TheBlob42 closed 2 years ago

TheBlob42 commented 2 years ago

Replace the hard coded file path separator '/' with the appropriate one depending on the current OS + some small fixes

Please beware that I don't have access to a physical device with Windows 10, so all my test happened in a VM I have started and tested Neovim within PowerShell Therefore there could be some issues remaining which I haven't caught :slightly_frowning_face: