nvim-platformio.lua icon indicating copy to clipboard operation
nvim-platformio.lua copied to clipboard

PlatformIO wrapper for neovim written in lua

Results 4 nvim-platformio.lua issues
Sort by recently updated
recently updated
newest added

Use which-key.nvim plugin as a commands menu using for example: p This way; it is easy to memorize and execute the commands using keyboard only with no need for mouse....

update; if pio terminal (piomon or piocli) previously created, then before re-open again after hidden, reassign its display_name orig-window to the window it was opened from. no need to reassign...

It would be nice to be able to use this plugin with e.g. https://github.com/folke/snacks.nvim/blob/main/docs/picker.md or https://github.com/nvim-mini/mini.pick

I have been using this plugin for my neovim configuration and i have developed using arduino uno , nano, mega, and even esp32, everything works perfectly but when i tried...