Skip to content

Not working with Ubuntu 20.04, fails in chooser.vim #42

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
wannabecoffeenerd opened this issue Oct 2, 2021 · 1 comment
Closed

Not working with Ubuntu 20.04, fails in chooser.vim #42

wannabecoffeenerd opened this issue Oct 2, 2021 · 1 comment

Comments

@wannabecoffeenerd
Copy link

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?

@stevearc
Copy link
Owner

stevearc commented Oct 2, 2021

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.

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