From 51025114fef3104837218ea35a214f1b740b7aa1 Mon Sep 17 00:00:00 2001 From: jefflance Date: Thu, 28 Jun 2018 17:37:14 +0200 Subject: [PATCH] Change install mode for vim. --- libs/configs/vim.yaml | 11 ++++++++--- vim/vimrc | 3 +-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/libs/configs/vim.yaml b/libs/configs/vim.yaml index 57e259e..023569d 100644 --- a/libs/configs/vim.yaml +++ b/libs/configs/vim.yaml @@ -3,6 +3,11 @@ ~/.vimrc: vim/vimrc - shell: - - [ - ~/.vim/install, "Updating and cleaning Vim plugins." - ] + - + command: vim -E -c ":PlugInstall" -c ":PlugClean" -c ":qa!" + stdin: true + description: Updating and cleaning Vim plugins. + # - + # command: ~/.vim/install + # stdin: true + # description: Updating and cleaning Vim plugins. diff --git a/vim/vimrc b/vim/vimrc index dee0c07..f124564 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,8 +1,7 @@ set nocompatible " be iMproved, required filetype off " required -" Installing the Plug plugin manager, and all the plugins are included in this -" other file. +" Installing the Plug plugin manager source $HOME/.vim/plug.vim