Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels