Add vim-arduino

This commit is contained in:
Knyffen 2023-11-12 17:46:25 +01:00
parent 78930eb2d6
commit a981a1b5a3

View File

@ -192,6 +192,11 @@
" Automatically switch fcitx5 modes based on the current vim mode " Automatically switch fcitx5 modes based on the current vim mode
Plug 'rlue/vim-barbaric' Plug 'rlue/vim-barbaric'
" Arduino integration
if system('command -v arduino-cli') != ""
Plug 'stevearc/vim-arduino'
endif
" vim-test - run perl-tests from inside the editor " vim-test - run perl-tests from inside the editor
Plug 'janko-m/vim-test' Plug 'janko-m/vim-test'