- name: install dependencies package: name: '{{ item }}' state: present with_items: - git - curl - nvim - name: install vim-plug command: "curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"