Change install mode for vim.

This commit is contained in:
Jeff Lance 2018-06-28 17:37:14 +02:00
parent 64fdbd032a
commit 51025114fe
2 changed files with 9 additions and 5 deletions

View File

@ -3,6 +3,11 @@
~/.vimrc: vim/vimrc ~/.vimrc: vim/vimrc
- shell: - 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.

View File

@ -1,8 +1,7 @@
set nocompatible " be iMproved, required set nocompatible " be iMproved, required
filetype off " required filetype off " required
" Installing the Plug plugin manager, and all the plugins are included in this " Installing the Plug plugin manager
" other file.
source $HOME/.vim/plug.vim source $HOME/.vim/plug.vim