From b47ec58e44e03fce42a1355d7824a8defb76ad31 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 25 Apr 2016 12:55:39 +0100 Subject: [PATCH] Update some plugins --- vimrc.bundles.local | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vimrc.bundles.local b/vimrc.bundles.local index 6cd7a51..43dbe08 100644 --- a/vimrc.bundles.local +++ b/vimrc.bundles.local @@ -1,6 +1,7 @@ " Interface Plug 'scrooloose/nerdtree' -Plug 'bling/vim-airline' +Plug 'vim-airline/vim-airline' +Plug 'vim-airline/vim-airline-themes' Plug 'mileszs/ack.vim' @@ -13,10 +14,10 @@ Plug 'leshill/vim-json' Plug 'scrooloose/nerdcommenter' Plug 'mattn/emmet-vim' Plug 'briancollins/vim-jst' -Plug 'juvenn/mustache.vim' Plug 'othree/html5.vim' Plug 'tpope/vim-rbenv' Plug 'rust-lang/rust.vim' +Plug 'mustache/vim-mustache-handlebars' Plug 'junegunn/goyo.vim' Plug 'reedes/vim-pencil'