diff --git a/roles/vim/tasks/main.yml b/roles/vim/tasks/main.yml index 0a846a5..bb223d2 100644 --- a/roles/vim/tasks/main.yml +++ b/roles/vim/tasks/main.yml @@ -36,6 +36,11 @@ script: scripts/shellcheck_binary_fix.sh when: ansible_distribution == 'Archlinux' +- name: Remove ~/.vim/colors/ directory + file: + path: ~/.vim/colors + state: absent + - name: Copy configs copy: src={{ item.src }} dest={{ item.dest }} with_items: