Add working vim sync
This commit is contained in:
parent
06814fbb4a
commit
5433ec428d
@ -18,6 +18,5 @@
|
|||||||
clone: yes
|
clone: yes
|
||||||
update: yes
|
update: yes
|
||||||
force: yes
|
force: yes
|
||||||
become: no
|
|
||||||
- name: Install fzf
|
- name: Install fzf
|
||||||
shell: "{{ local_path|quote }}/.fzf/install --bin"
|
shell: "{{ local_path|quote }}/.fzf/install --bin"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
- name: Link vimrc
|
- name: Link files
|
||||||
file:
|
file:
|
||||||
src: "{{ playbook_dir }}/skel.vim/.vimrc"
|
src: "{{ item.src }}"
|
||||||
dest: "{{ local_path }}/.vimrc"
|
dest: "{{ local_path }}/{{ item.path }}"
|
||||||
state: link
|
state: link
|
||||||
become: no
|
with_filetree: "skel.vim/"
|
||||||
|
Loading…
Reference in New Issue
Block a user