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