Fix: directories...

This commit is contained in:
Bertrand Benjamin 2020-05-26 09:26:23 +02:00
parent c72a4a38b9
commit 96b0e7cc44
1 changed files with 0 additions and 7 deletions

View File

@ -122,13 +122,6 @@
with_items: "{{ me }}"
when: editor == 'nvim'
- name: dotfiles -- Creates nvim/autoload/
file:
path: /home/{{ item.username }}/.config/nvim/autoload/
state: directory
with_items: "{{ me }}"
when: editor == 'nvim'
- name: dotfiles -- Download plug.vim for nvim
get_url:
url: https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim