Skip to content

Doesn't Appear to Be Working in NeoVim on OSX Sierra #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jlmcgehee21 opened this issue Jun 22, 2017 · 1 comment
Closed

Doesn't Appear to Be Working in NeoVim on OSX Sierra #6

jlmcgehee21 opened this issue Jun 22, 2017 · 1 comment

Comments

@jlmcgehee21
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants