diff --git a/vim/vundles.vim b/vim/vundles.vim index 6bd3efb..f563d48 100644 --- a/vim/vundles.vim +++ b/vim/vundles.vim @@ -34,6 +34,7 @@ Bundle "ck3g/vim-change-hash-syntax" Bundle "briancollins/vim-jst" Bundle "pangloss/vim-javascript" Bundle "rodjek/vim-puppet" +Bundle "othree/javascript-libraries-syntax.vim" " Html, Xml, Css, Markdown... Bundle "claco/jasmine.vim" @@ -140,6 +141,7 @@ Bundle "jby/tmux.vim.git" Bundle "morhetz/gruvbox" + " Customization " The plugins listed in ~/.vim/.vundles.local will be added here to " allow the user to add vim plugins to yadr without the need for a fork.