From 4fbf1924a2e136512915cd238381224f38e0f0fc Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 25 Oct 2023 22:00:21 +0200 Subject: [PATCH] arduino --- lua/plex/plugins/extras/coding/arduino.lua | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lua/plex/plugins/extras/coding/arduino.lua diff --git a/lua/plex/plugins/extras/coding/arduino.lua b/lua/plex/plugins/extras/coding/arduino.lua new file mode 100644 index 0000000..118abc3 --- /dev/null +++ b/lua/plex/plugins/extras/coding/arduino.lua @@ -0,0 +1,18 @@ +return { + { + "stevearc/vim-arduino", + lazy = true, + cmd = { + "ArduinoAttach", + "ArduinoChooseBoard", + "ArduinoChooseProgrammer", + "ArduinoChoosePort", + "ArduinoVerify", + "ArduinoUpload", + "ArduinoSerial", + "ArduinoUploadAndSerial", + "ArduinoInfo", + "LinediffAdd", + }, + }, +}