From a6cba07000491d2e3c8c80b18588b09167c212f6 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 10 May 2013 17:44:16 -0700 Subject: [PATCH] Add Vimwiki bundle to install script --- install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install b/install index 5e54171..0949d81 100755 --- a/install +++ b/install @@ -190,6 +190,9 @@ vim_update_bundle https://github.com/zaiste/tmux.vim.git # Solarized vim_update_bundle https://github.com/altercation/vim-colors-solarized.git +# Vimwiki +vim_update_bundle https://github.com/vim-scripts/vimwiki.git + ####################################################################### # Install tmux & screen config files #######################################################################