move a lot of configuration around

This commit is contained in:
Matthew Stobbs
2025-02-11 20:22:42 -07:00
parent 275f5df722
commit 6d52cc6a4d
33 changed files with 180 additions and 117 deletions

10
tasks/config/neovim.yml Normal file
View File

@@ -0,0 +1,10 @@
# vim: set filetype=yaml.ansible :
---
version: v0.10.3
install_prefix: "{{ default_install_prefix }}"
install_dir: /opt/nvim
install_method: appimage
build_type: Release
dobecome: true
owner: root
group: root