try to add arduino

This commit is contained in:
Christoph J. Scherr 2023-10-25 22:22:12 +02:00
parent e677c5d95e
commit a621cea73b
1 changed files with 1 additions and 13 deletions

View File

@ -1,18 +1,6 @@
return { return {
{ {
"stevearc/vim-arduino", "stevearc/vim-arduino",
lazy = true, lazy = false,
cmd = {
"ArduinoAttach",
"ArduinoChooseBoard",
"ArduinoChooseProgrammer",
"ArduinoChoosePort",
"ArduinoVerify",
"ArduinoUpload",
"ArduinoSerial",
"ArduinoUploadAndSerial",
"ArduinoInfo",
"LinediffAdd",
},
}, },
} }