fix vim vundle plugin install #204

Merged
mg merged 12 commits from vim into master 2024-10-08 17:52:39 +02:00
Showing only changes of commit fb19092db3 - Show all commits

View file

@ -81,7 +81,7 @@
- name: Link vim spelldir - name: Link vim spelldir
become: true become: true
ansible.builtin.file: ansible.builtin.file:
src: "{{ item.home }}/dotfiles/.vim/spell" src: "{{ item.home }}/dotfiles/.vim/spell/"
dest: "{{ item.home }}/.vim/spell/" dest: "{{ item.home }}/.vim/spell/"
state: link state: link
follow: false # https://github.com/ansible/ansible/issues/73143 follow: false # https://github.com/ansible/ansible/issues/73143