this post was submitted on 13 Mar 2024
10 points (100.0% liked)

Neovim

2106 readers
9 users here now

founded 1 year ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 6 months ago (1 children)

I've used platformio and it works well. It can generate ‘compile_commands.json’ and clangd lsp works out of the box.

[–] [email protected] 2 points 6 months ago (1 children)

Is there a platformio neovim plugin?

[–] [email protected] 2 points 6 months ago

There is the official integration steps for vim it should work with nvim.

Disclaimer: I don't use vim or neovim often enough to confirm it works.