Skip to content

Instantly share code, notes, and snippets.

View brunobmello25's full-sized avatar

Bruno Mello brunobmello25

View GitHub Profile
@brunobmello25
brunobmello25 / nvim-pio.md
Created October 30, 2024 18:59 — forked from ironlungx/nvim-pio.md
PlatformIO with Neovim

Extensions

Following are the extensions required for neovim:

I use lazy.nvim so, just add the following to your plugins table, or create a new file in lua/plugins/lsp.lua

return {
	{