skip nvim.AppImage on centos for now
This commit is contained in:
parent
8f197b24c5
commit
43d0c4784b
|
@ -226,7 +226,7 @@
|
||||||
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
|
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
|
||||||
refreshPeriod: "{{ $defaultRefresh }}"
|
refreshPeriod: "{{ $defaultRefresh }}"
|
||||||
|
|
||||||
{{ if eq .chezmoi.os "linux" -}}
|
{{ if (and ( eq .chezmoi.os "linux" ) ( ne .chezmoi.osRelease.id "centos" )) -}}
|
||||||
".local/bin/nvim.AppImage":
|
".local/bin/nvim.AppImage":
|
||||||
type: "file"
|
type: "file"
|
||||||
url: "https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage"
|
url: "https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage"
|
||||||
|
|
Loading…
Reference in New Issue