Fixup neovim install on Debian based distros

This commit is contained in:
Kenneth Benzie 2024-05-25 18:37:22 +01:00
parent 0f0cc67e2c
commit 84e965fbf6

View File

@ -117,14 +117,11 @@
path: '{{package_path}}'
state: absent
- name: move man to share/man
when: install_required
- name: remove nuisance mimeinfo.cache file
become: true
command:
argv:
- mv
- '{{package_dir}}/nvim-linux64/man'
- '{{package_dir}}/nvim-linux64/share'
file:
path: /usr/local/stow/nvim/nvim-linux64/share/applications/mimeinfo.cache
state: absent
- name: install package to /usr/local
when: install_required