feat(role): add neovim-packer

Automatically install Packer for installing Neovim plugins.
This commit is contained in:
Oliver Davies 2022-04-27 08:34:48 +01:00
parent 173215da34
commit 5d94248fec
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@ default_roles:
- npm
- neovim
- neovim-lsp
- neovim-packer
- notion-app
- platformsh-cli
- pv

View file

@ -0,0 +1,7 @@
---
- name: Install
ansible.builtin.git:
depth: 1
dest: "{{ ansible_user_dir }}/.local/share/nvim/site/pack/packer/start/packer.nvim"
repo: https://github.com/wbthomason/packer.nvim
single_branch: true