danielfalk / smart-open.nvim

Neovim plugin for fast file-finding
MIT License
498 stars 25 forks source link

Fix wrong path separator on Windows #33

Closed SamWindell closed 1 year ago

SamWindell commented 1 year ago

package.config is a string whose first character is the director separtor for the current system: https://www.lua.org/manual/5.3/manual.html#pdf-package.config

Fixes #32

Tested on Windows and Linux.