From 96b0e7cc4487517d9a85d6de9024509306d19e27 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 26 May 2020 09:26:23 +0200 Subject: [PATCH] Fix: directories... --- tasks/dotfiles.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index 7703e36..afabba7 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -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