Change install mode for vim.
This commit is contained in:
parent
64fdbd032a
commit
51025114fe
@ -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.
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user