You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using the default vim package on ubuntu 20.04 (vim version 8.1.2269) and added vim-arduino using vim-plug. I have the arduino-cli in my path and am able to list the boards I have, etc. But when I do :ArduinoChooseBoard, I run into a bunch of errors:
Error detected while processing /home/----/.vim/plugged/vim-arduino/autoload/arduino/chooser.vim:
line 107:
E117: Unknown function: luaeval
Error detected while processing function arduino#ChooseBoard[6]..arduino#chooser#Choose:
line 11:
E121: Undefined variable: g:arduino_telescope_enabled
Are there any dependencies I'm missing or do I need to do something else to get this working?
The text was updated successfully, but these errors were encountered:
Thanks for the report! This error was because I was using a function present in Neovim that is not present in Vim 8. Should be fixed now if you update to the latest master.
Hi, I'm using the default vim package on ubuntu 20.04 (vim version 8.1.2269) and added
vim-arduino
usingvim-plug
. I have thearduino-cli
in my path and am able to list the boards I have, etc. But when I do:ArduinoChooseBoard
, I run into a bunch of errors:Are there any dependencies I'm missing or do I need to do something else to get this working?
The text was updated successfully, but these errors were encountered: