Fix: directories...
This commit is contained in:
parent
c72a4a38b9
commit
96b0e7cc44
@ -122,13 +122,6 @@
|
|||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
when: editor == 'nvim'
|
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
|
- name: dotfiles -- Download plug.vim for nvim
|
||||||
get_url:
|
get_url:
|
||||||
url: https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
url: https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
Loading…
Reference in New Issue
Block a user