Added Neovim
This commit is contained in:
@@ -27,3 +27,5 @@
|
||||
when: features.shell == true
|
||||
- role: git
|
||||
when: features.git == true
|
||||
- role: editor
|
||||
when: features.editor == true
|
||||
|
5
setup-script/roles/editor/tasks/main.yaml
Normal file
5
setup-script/roles/editor/tasks/main.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- name: Install Neovim on Arch
|
||||
become: true
|
||||
ansible.builtin.pacman:
|
||||
name: neovim
|
||||
when: chezmoi.osRelease.id == "arch"
|
Reference in New Issue
Block a user