Skip to content

Commit d3b030c

Browse files
committed
Install vim plugins after copying vimrc.
1 parent cf38aef commit d3b030c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev-setup.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@
108108
warn: false
109109
creates: "/home/{{ user_name }}/.vim/autoload/plug.vim"
110110

111-
- name: Install vim plugins
112-
become: true
113-
become_user: "{{ user_name }}"
114-
shell: "vim +PlugInstall +qall"
115-
116111
# Copy configuration files
117112

118113
- name: Copy vimrc
@@ -121,6 +116,11 @@
121116
dest: "/home/{{ user_name }}/.vimrc"
122117
owner: "{{ user_name }}"
123118

119+
- name: Install vim plugins
120+
become: true
121+
become_user: "{{ user_name }}"
122+
shell: "vim +PlugInstall +qall"
123+
124124
- name: Copy bashrc
125125
copy:
126126
src: dotfiles/bashrc

0 commit comments

Comments
 (0)