fixed remaining issues
added pipx and ripgrep back. not sure where they went in the first place
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
git_repo: https://github.com/neovim/neovim
|
||||
appimage:
|
||||
base_url: https://github.com/neovim/neovim/releases/download
|
||||
version: 0.12.1
|
||||
pkgname:
|
||||
RedHat: neovim
|
||||
Debian: neovim
|
||||
@@ -86,7 +87,7 @@
|
||||
neovim_src_install:
|
||||
path: "{{ d_cache.path }}/neovim"
|
||||
repo: "{{ neovim.git_repo }}"
|
||||
version: "{{ neovim_version }}"
|
||||
version: "{{ neovim.version }}"
|
||||
targets:
|
||||
build:
|
||||
name: ""
|
||||
@@ -97,9 +98,11 @@
|
||||
install:
|
||||
name: install
|
||||
do_become: true
|
||||
|
||||
- name: Append neovim to source install list
|
||||
ansible.builtin.set_fact:
|
||||
pkg_make: "{{ pkg_make + [neovim_src_install] }}"
|
||||
neovim_install: "{{ neovim_imethod }}={{ neovim_src_install }}"
|
||||
|
||||
- name: Finalized neovim configuration
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user