diff options
author | David Runge <david.runge@frqrec.com> | 2014-09-28 16:27:23 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-09-28 16:27:23 +0200 |
commit | 27db19cb0d31ae7511ef9dfa0b7a6e8febe85f00 (patch) | |
tree | 9208d29d22d9bf43674a9ee9125af729256abb99 | |
parent | 1811e9c2ffe0694330d7d8bf63930480e4358f18 (diff) | |
download | dotfiles-27db19cb0d31ae7511ef9dfa0b7a6e8febe85f00.tar.gz dotfiles-27db19cb0d31ae7511ef9dfa0b7a6e8febe85f00.tar.bz2 dotfiles-27db19cb0d31ae7511ef9dfa0b7a6e8febe85f00.tar.xz dotfiles-27db19cb0d31ae7511ef9dfa0b7a6e8febe85f00.zip |
Adding Arduino related vundles
-rw-r--r-- | .vundles.local | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vundles.local b/.vundles.local index 2d1b274..2a63df5 100644 --- a/.vundles.local +++ b/.vundles.local @@ -14,3 +14,7 @@ Bundle "sjas/octave.vim" Bundle "vim-scripts/netrw.vim" " ctrlp Bundle "vim-scripts/ctrlp.vim" +" vim-arduino-syntax +Bundle "sudar/vim-arduino-syntax" +" vim-arduino-snippets +Bundle "sudar/vim-arduino-snippets" |