mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-15 19:54:48 +02:00
7 lines
141 B
Lua
7 lines
141 B
Lua
return {
|
|
-- integration plugin for platformio
|
|
"sbatin/platformio.nvim",
|
|
dependencies = { "numToStr/FTerm.nvim" },
|
|
cmd = { "PIO" },
|
|
}
|