]> git.sthu.org Git - vimconf.git/commitdiff
plugins: Add arduino
authorStefan Huber <shuber@sthu.org>
Sat, 8 Mar 2025 11:59:19 +0000 (12:59 +0100)
committerStefan Huber <shuber@sthu.org>
Sat, 8 Mar 2025 11:59:19 +0000 (12:59 +0100)
plugins-full.vim.example

index 40e35a7e39c830487f4bfa88ca587e68410fb2fe..800fc7687fa5c991c5336d2940b9b63d498b19bd 100644 (file)
@@ -62,6 +62,8 @@ Plug 'jceb/vim-orgmode', {'for': ['org']}
 
 Plug 'https://gitlab.com/dbeniamine/vim-mail'
 
+Plug 'stevearc/vim-arduino'
+
 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
 
 function PluginsConfigFull()
@@ -389,6 +391,10 @@ EOF
     xmap <Leader>de  <Plug>VimspectorBalloonEval
 
     au BufNewFile .vimspector.json read ~/.vim/vimspector-config/vimspector.json
+
+
+  let g:arduino_auto_baud = 1
+  let g:arduino_use_slime = 1
 endfunction
 
 " vim:ft=vim