Files
ansible_role_package/vars/neovim.yml
Matthew Stobbs 2f3690aded clean up, refactor, documentation
- reducing amount of splitting in configs
- documenting configuration
2025-01-24 23:23:24 -07:00

13 lines
276 B
YAML

---
version: v0.10.3
install_prefix: /usr/local
install_dir: /opt/nvim
use_appimage: true
use_syspkg: true
build_type: Release
become: true
git_repo: https://github.com/neovim/neovim
appimage_url_pfx: https://github.com/neovim/neovim/releases/download
owner: root
group: root