diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 4e4a9bc..e7cd145 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -38,6 +38,7 @@ if (!exists('vimrc_already_sourced')) Bundle 'flazz/vim-colorschemes' Bundle 'editorconfig/editorconfig-vim' Bundle 'juvenn/mustache.vim' + Bundle 'tclem/vim-arduino' filetype plugin indent on endif