Doesn't Appear to Be Working in NeoVim on OSX Sierra
jlmcgehee21 opened this issue · 1 comments
jlmcgehee21 commented
I am trying to get this running, but am not having much success. If I type :help arduino within neovim, I do get the help docs, but no :Arduino* commands seem to be working.
In the Arduino CLI docs, it states:
Note that on MacOS X, the main executable is Arduino.app/Contents/MacOS/Arduino instead of arduino.
Perhaps this is the problem? I tried aliasing the above path to arduino to no avail, and setting
let g:arduino_cmd = '/Applications/Arduino.app/Contents/MacOS/Arduino'
let g:arduino_dir = '/Applications/Arduino.app/Contents/MacOS/'
in my init.vim yielded no results as well.
stevearc commented
Try updating to commit e76ccf9 and see if that works. I just added some better support for Mac. Note that due to some unfortunate limitations, running the arduino commands on a mac will bring up the splash screen. See arduino/Arduino#1970