Add neovim

This commit is contained in:
Ryan Cavicchioni 2022-08-30 06:42:45 -05:00
parent 97b05b9419
commit ff53a59ae6
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,7 @@ util_package_state: latest
util_packages: util_packages:
editors: editors:
- vim - vim
- neovim
devel: devel:
- git - git
- mercurial - mercurial

View File

@ -8,3 +8,8 @@
apt_repository: apt_repository:
repo: ppa:git-core/ppa repo: ppa:git-core/ppa
state: "{{ util_git_ppa_state }}" state: "{{ util_git_ppa_state }}"
- name: add neovim ppa
apt_repository:
repo: ppa:neovim-ppa/stable
state: present