diff --git a/init.vim b/init.vim index fa475e6..5e9644d 100644 --- a/init.vim +++ b/init.vim @@ -192,6 +192,11 @@ " Automatically switch fcitx5 modes based on the current vim mode 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 Plug 'janko-m/vim-test'