skip nvim.AppImage on centos for now

This commit is contained in:
Lockszmith (@crater) 2025-04-07 21:49:59 +00:00
parent 8f197b24c5
commit 43d0c4784b
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
refreshPeriod: "{{ $defaultRefresh }}"
{{ if eq .chezmoi.os "linux" -}}
{{ if (and ( eq .chezmoi.os "linux" ) ( ne .chezmoi.osRelease.id "centos" )) -}}
".local/bin/nvim.AppImage":
type: "file"
url: "https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage"