Fix externals on linux

This commit is contained in:
Lockszmith (@kateryna) 2025-04-03 21:14:31 -04:00
parent 95964b4024
commit 3f15f4c8b2
1 changed files with 1 additions and 1 deletions

View File

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