From 4412aef6427dadfaf97b78496b01002c27970f75 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Mon, 27 Mar 2017 00:59:39 -0400 Subject: [PATCH] Add Vundle Plugins to the vim files --- install.sh | 12 ++++++++---- vim/bundle/Vundle.vim | 1 + vim/bundle/ansible-vim | 1 + 3 files changed, 10 insertions(+), 4 deletions(-) create mode 160000 vim/bundle/Vundle.vim create mode 160000 vim/bundle/ansible-vim diff --git a/install.sh b/install.sh index 70228ec..ea33aaa 100644 --- a/install.sh +++ b/install.sh @@ -18,13 +18,17 @@ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim ln -sfv "$DOTFILES_DIR/run/.bashrc" ~ ln -sfv "$DOTFILES_DIR/git/.gitconfig" ~ ln -sfv "$DOTFILES_DIR/system/.vimrc" ~ +ls -sfv "$DOTFILE_DIR/vim/bundle" .vim/bundle # Link .config files ln -sfv "$DOTFILES_DIR/config/terminator" ~/.config/ ln -sfv "$DOTFILES_DIR/i3" ~/.i3 +# Install Vundle Plugins +vim +PluginInstall +qall + # make .config directory for application specifics -#cp -r config "$HOME/.config" -#if [ ! -d "$HOME/.config" ]; then -# mkdir "$HOME/.config" -#fi +cp -r config "$HOME/.config" +if [ ! -d "$HOME/.config" ]; then + mkdir "$HOME/.config" +fi diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim new file mode 160000 index 0000000..5d9b059 --- /dev/null +++ b/vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit 5d9b05970140aa975bfb7d4350abf349c1451802 diff --git a/vim/bundle/ansible-vim b/vim/bundle/ansible-vim new file mode 160000 index 0000000..8540ad7 --- /dev/null +++ b/vim/bundle/ansible-vim @@ -0,0 +1 @@ +Subproject commit 8540ad7ff0f8da2b31b5c55e6ae52ad87221e918