arduino-nvim icon indicating copy to clipboard operation
arduino-nvim copied to clipboard

Simple arduino-language-server wrapper for nvim

Results 2 arduino-nvim issues
Sort by recently updated
recently updated
newest added

As per the title, unless `stdpath("data")/arduino` is created manually no configuration file is ever written. The directory should somehow be created automatically on plugin initialization so that this issue does...

Is this compatible with https://github.com/stevearc/vim-arduino? Both need to set fqbn, require arduino-cli location, etc and both implement a :ArduinoChooseBoard command. Would be cool if they could share their values so...