From e5db8c503b636b3acdf98e86bafa60c058881be8 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 4 May 2025 17:01:06 +0800 Subject: [PATCH] fix --- .chezmoiexternal.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index fae2b4a..3b51721 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -28,7 +28,7 @@ {{ $nvimVersion := "v0.11.1" -}} [".local"] type = "archive" - url = "https://github.com/neovim/neovim/releases/{{ $nvimVersion }}download/nvim-{{ .chezmoi.os }}-x86_64.tar.gz" + url = "https://github.com/neovim/neovim/releases/{{ $nvimVersion }}/download/nvim-{{ .chezmoi.os }}-x86_64.tar.gz" exact = true stripComponents = 1 path = "nvim-linux-x86_64"