Add neovim
This commit is contained in:
parent
97b05b9419
commit
ff53a59ae6
@ -7,6 +7,7 @@ util_package_state: latest
|
|||||||
util_packages:
|
util_packages:
|
||||||
editors:
|
editors:
|
||||||
- vim
|
- vim
|
||||||
|
- neovim
|
||||||
devel:
|
devel:
|
||||||
- git
|
- git
|
||||||
- mercurial
|
- mercurial
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user