Looking for a way to migrate from Arduino IDE to get everything in NeoVim, but I get lost in the weeds without a working example or reference. I’m wondering if this is actually practical and more than a novelty for anyone here.
You must log in or register to comment.
I’ve used platformio and it works well. It can generate ‘compile_commands.json’ and clangd lsp works out of the box.
Is there a platformio neovim plugin?
I wrote a small program for the arduino nano 2 years ago, it isn’t that fancy, a quickly hacked together led flash animation, but the Makefile works. You really just have to install the dependencies and adapt it for your project and it should work.