EvergreenTheTree / vim-hardy

Arduino IDE intregation for vim.
40 stars 3 forks source link

Does vim-hardy support Windows? #2

Open radimsuckr opened 9 years ago

radimsuckr commented 9 years ago

Hello, I installed vim-hardy via vim-plug. I can run :ArduinoUpload and :ArduinoVerify commands, but the only thing it does is it opens new split buffer with value -1.

I also set manually path to the Arduino directory but nothing changed.

So my question is: Does vim-hardy support Windows? Or what should I do to make it working? I'm running Windows 7 Professional 64bit.

Thank you

EvergreenTheTree commented 9 years ago

I can't test hardy on windows, so I think it is safe to assume it doesn't. I may ask around and see if I can get someone to add support for windows

radimsuckr commented 9 years ago

It's a pity. I would love coding for Arduino using only Vim.

EvergreenTheTree commented 9 years ago

I will try and see if I can get it working on windows if I have the time. I do want this to be cross platform.

EvergreenTheTree commented 8 years ago

Pull request #4 seems to have provided a solution for this. I will test this pull request when I have time.