diff --git a/ansible/roles/dev-desktop/tasks/dependencies.yml b/ansible/roles/dev-desktop/tasks/dependencies.yml index 4b471ec78..fc93a20c8 100644 --- a/ansible/roles/dev-desktop/tasks/dependencies.yml +++ b/ansible/roles/dev-desktop/tasks/dependencies.yml @@ -85,6 +85,10 @@ - libxcb-xfixes0-dev state: present +# neovim is installed, and a good default for people without a specific preference for classic vim +- name: Set vim alternative + shell: update-alternatives --set vim /usr/bin/nvim + # we don't need it because we don't need to send emails - name: Uninstall postfix apt: