fixing up formatting and style

This commit is contained in:
Matthew Stobbs
2026-03-03 12:42:22 -07:00
parent 30313d2858
commit 24a4ec17ec
16 changed files with 236 additions and 2444 deletions

View File

@@ -1,5 +1,14 @@
# vim: set filetype=yaml.ansible :
---
- name: Configure neovim
when:
- "'neovim' not in __configured"
block:
- name: Set neovim install method
when:
- neovim_install_method is undefined
ansible.builtin.set_fact:
neovim_install_method: "{{ install_method if install_method in neovim_install_methods else neovim_install_methods[0] }}"
- name: Load neovim config
ansible.builtin.include_tasks:
file: config/neovim.yml