File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 5151 name : vim
5252 state : present
5353
54- - name : Install vim-plug
55- become : true
56- become_user : " {{ user_name }}"
57- shell : " curl -fLo /home/{{ user_name }}/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
58- args :
59- warn : false
60- creates : " /home/{{ user_name }}/.vim/autoload/plug.vim"
61-
6254 - name : Install git
6355 package :
6456 name : git
10698 creates : " /home/{{ user_name }}/.nvm/versions/node/v12*"
10799 executable : bash
108100
101+ # Prepare VIM
102+
103+ - name : Install vim-plug
104+ become : true
105+ become_user : " {{ user_name }}"
106+ shell : " curl -fLo /home/{{ user_name }}/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
107+ args :
108+ warn : false
109+ creates : " /home/{{ user_name }}/.vim/autoload/plug.vim"
110+
111+ - name : Install vim plugins
112+ become : true
113+ become_user : " {{ user_name }}"
114+ shell : " vim +PlugInstall +qall"
109115
110116 # Copy configuration files
111117
You can’t perform that action at this time.
0 commit comments