Skip to content

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

Closed
@jlmcgehee21

Description

@jlmcgehee21

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions