1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-15 19:54:48 +02:00

Nvim: Added plugin for PlatformIO integration

This commit is contained in:
2026-04-15 06:35:14 +02:00
parent 156bc111ef
commit 279babf016
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
return {
-- integration plugin for platformio
"sbatin/platformio.nvim",
dependencies = { "numToStr/FTerm.nvim" },
cmd = { "PIO" },
}