aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/platformio.lua
blob: 760de0793b82574df2d525516389feeb1b9891d5 (plain)
1
2
3
4
5
6
return {
    -- cmd = { "PIO" },
    lazy = false,
    "sbatin/platformio.nvim",
    dependencies = { "numToStr/FTerm.nvim" },
}