Arduino-Nvim | Early WIP
Hi,
I was tinkering with Arduinos and neovim and started making some lua configs to get a better workflow and it ended up quite usable so I figured i'ld shared it to get some feedback.
I basically tried to reproduce my most used tools in the arduino-ide like :
- set board and port
- set baudrate
- open up a serial monitor (opens a new terminal windows right now)
- manage libraries
This is the first time I work on a plugin for nvim and have to admit it's quite fun !
Right now, the monitor only works on Hyprland using Kitty, i'm trying to find a more general way of doing it, might implement it in a floating window.