mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-06 07:56:53 -04:00
6 lines
198 B
VimL
6 lines
198 B
VimL
Plug 'stevearc/vim-arduino'
|
|
|
|
" let g:arduino_dir = '/usr/share/arduino/hardware/arduino/avr'
|
|
" let g:arduino_home_dir = $HOME . '.arduino15'
|
|
let g:arduino_serial_cmd = 'picocom {port} -b {baud} -l'
|