kndndrj / nvim-dbee

Interactive database client for neovim
GNU General Public License v3.0
755 stars 51 forks source link

Minimal windows support #131

Closed adament closed 2 months ago

adament commented 3 months ago

Add support for Windows fixes #129 on my machine.

kndndrj commented 2 months ago

Does this actually work? I'm asking, because I see that path separators are still "/"... Does lua do some magic internally?

adament commented 2 months ago

Yes surprisingly it works on at least my Windows machine, I think it is less lua or neovim doing magic and more Windows actually treating forward slash as a path separator. https://retrocomputing.stackexchange.com/questions/28344/since-when-does-windows-support-forward-slash-as-path-separator

kndndrj commented 2 months ago

Damn... the future is NOW

kndndrj commented 2 months ago

given that the ammount of changes is minimal and you tested it, I'll just merge this.

Thanks